diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,9 +1,6 @@ /* TODO: -make compile time arguments part of type -fix local functions -test direct calling of function with compile time arguments (kind of useless, but test it anyways) -compile time arguments + out parameters +compile time arguments + out parameters (in C) double check that val_get_ptr is being used everywhere it should be evaluate default arguments compile-time arguments for out parameter functions |