aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index f19dee9..1bf5e4f 100644
--- a/test.c
+++ b/test.c
@@ -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);
}