mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
big: Split more into public and internal.
This commit is contained in:
@@ -296,7 +296,7 @@ PyRes :: struct {
|
||||
/*
|
||||
dest = factorial(n)
|
||||
*/
|
||||
@export test_factorial :: proc "c" (n: DIGIT) -> (res: PyRes) {
|
||||
@export test_factorial :: proc "c" (n: int) -> (res: PyRes) {
|
||||
context = runtime.default_context();
|
||||
err: Error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user