X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/e031b4f0220432aef6e1864ea6359353dbd8aed3..1c3b0c0e6f9339e76e42f6393e554c7dfc58e205:/test/test.h diff --git a/test/test.h b/test/test.h deleted file mode 100644 index 7cf89f1..0000000 --- a/test/test.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef CDECL_TEST_H_ -#define CDECL_TEST_H_ - -#include -#include - -struct cdecl_declspec; -struct cdecl; - -void *malloc_nofail(size_t size); -void *realloc_nofail(void *ptr, size_t size); -void test_print_specifiers(struct cdecl_declspec *spec); -void test_print_decl(struct cdecl *decl); - -bool strict_strtoul(unsigned long *val, const char *str, int base); - -void test_print_version(const char *program); - -#endif