aboutsummaryrefslogtreecommitdiff
path: root/header.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-05 06:09:11 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-05 06:09:11 +0100
commitbbca9dc057781fee887a5110877b988c777e8eb0 (patch)
tree50635bcbf82ba12b3b64614c04f86e23c6f655a9 /header.h
parentf4e039e5c23d5aea7a45dd8f81d573902681ec99 (diff)
downloadft_printf_test-bbca9dc057781fee887a5110877b988c777e8eb0.tar.gz
ft_printf_test-bbca9dc057781fee887a5110877b988c777e8eb0.tar.bz2
ft_printf_test-bbca9dc057781fee887a5110877b988c777e8eb0.zip
Added save_failed.py script to save previously failed test to a file
Diffstat (limited to 'header.h')
-rw-r--r--header.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/header.h b/header.h
index ef0f3fb..8387561 100644
--- a/header.h
+++ b/header.h
@@ -18,6 +18,7 @@ char *origin_buf;
char *user_buf;
void generated_test(void);
+void saved_test(void);
int ft_printf(const char *format, ...);