summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-06-29 20:10:47 -0700
committerBen Sima <ben@bsima.me>2018-06-29 20:10:47 -0700
commit7e86b3adb283b0cf308e97488e11e29b0e248ea5 (patch)
treefab8dcc6324314aa4cdd1e08bf0437677febd747
parent87f9f02d1fa62121173c33175a2107fbfb06ce30 (diff)
Remove comment
-rw-r--r--xyo-networks/printf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/xyo-networks/printf.c b/xyo-networks/printf.c
index 4fa165c..891ee1a 100644
--- a/xyo-networks/printf.c
+++ b/xyo-networks/printf.c
@@ -2,11 +2,6 @@
#include <stdarg.h>
#include "printf.h"
-/*
- * my_printf("str: %s\nchr: %c\nhex: %x\nint: %d\noct: %o",
- 1, 1, 1, 1, 1);
-*/
-
int
main()
{