aboutsummaryrefslogtreecommitdiff
path: root/header.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-04 02:39:01 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-04 03:27:58 +0100
commit6ebaad27d92a5bb47fdf9618df12d3b4120f664e (patch)
treee390fc03fe2475c158becc313b7ed431d9bae61c /header.h
parentc667f5a6edc3a7f394d53f8e4c163cc19305dbad (diff)
downloadft_printf_test-6ebaad27d92a5bb47fdf9618df12d3b4120f664e.tar.gz
ft_printf_test-6ebaad27d92a5bb47fdf9618df12d3b4120f664e.tar.bz2
ft_printf_test-6ebaad27d92a5bb47fdf9618df12d3b4120f664e.zip
Added basic test generator
Diffstat (limited to 'header.h')
-rw-r--r--header.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/header.h b/header.h
index edf761a..094086e 100644
--- a/header.h
+++ b/header.h
@@ -17,6 +17,8 @@ int user_ret;
char *origin_buf;
char *user_buf;
+void generated_test(void);
+
int ft_printf(const char *format, ...);
void print_buf_ko(char *msg);