]> git.draconx.ca Git - cdecl99.git/blobdiff - test/test.h
Add an English output mode to randomdecl.
[cdecl99.git] / test / test.h
index 7cf89f1d7d2ec92b95c0cc771c0bc300cd4f71ee..b8f7ee39273ddaca8ca72abdd7efb8c1856f47a2 100644 (file)
@@ -11,6 +11,7 @@ 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);
+void test_explain_decl(struct cdecl *decl);
 
 bool strict_strtoul(unsigned long *val, const char *str, int base);