diff options
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ void print(char* x) { void printfl(float x) { printf("%f", x); } -void printint(int x) { +void printdeez(int x) { printf("%d", x); } |
