big: Split more into public and internal.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:53 +02:00
parent 9890e7cfeb
commit 9321616c80
7 changed files with 236 additions and 169 deletions
+1 -1
View File
@@ -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;