diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-05 06:09:11 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-05 06:09:11 +0100 |
| commit | bbca9dc057781fee887a5110877b988c777e8eb0 (patch) | |
| tree | 50635bcbf82ba12b3b64614c04f86e23c6f655a9 /header.h | |
| parent | f4e039e5c23d5aea7a45dd8f81d573902681ec99 (diff) | |
| download | ft_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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ char *origin_buf; char *user_buf; void generated_test(void); +void saved_test(void); int ft_printf(const char *format, ...); |
