From 87f9f02d1fa62121173c33175a2107fbfb06ce30 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 29 Jun 2018 20:09:42 -0700 Subject: Prototype-quality printf Needed help on the convert function --- xyo-networks/printf.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xyo-networks/printf.h (limited to 'xyo-networks/printf.h') diff --git a/xyo-networks/printf.h b/xyo-networks/printf.h new file mode 100644 index 0000000..27ced90 --- /dev/null +++ b/xyo-networks/printf.h @@ -0,0 +1,3 @@ + +void my_printf(char*, ...); +char* convert(unsigned int, int); -- cgit v1.2.3