X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/db974c0a690f2044dcbc06446333837c3c3e1cec..481f693b0400b05586d90f60494e0e661ad8a1c1:/t/test.h diff --git a/t/test.h b/t/test.h index 2a872f7..ad8547f 100644 --- a/t/test.h +++ b/t/test.h @@ -53,6 +53,8 @@ void print_error(const char *fmt, ...); void *malloc_nofail(size_t size); void *realloc_nofail(void *ptr, size_t size); +int test_getline(char **linebuf, size_t *n); + bool test_strtoumax(test_uintmax *out, const char *s, test_uintmax limit); static inline bool test_strtoul(unsigned long *val, const char *str)