X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/e215f7aba9028dd2bce9e10d56fe19bfd72b5a9e..1c3b0c0e6f9339e76e42f6393e554c7dfc58e205:/test/test.h diff --git a/test/test.h b/test/test.h deleted file mode 100644 index c1be21a..0000000 --- a/test/test.h +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Copyright © 2012, 2020 Nick Bowler - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#ifndef CDECL_TEST_H_ -#define CDECL_TEST_H_ - -#include -#include -#include -#include - -#ifndef _ -# define _(x) (x) -#endif - -struct cdecl_declspec; -struct option; -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); -void test_explain_decl(struct cdecl *decl); - -bool strict_strtoul(unsigned long *val, const char *str, int base); - -void test_print_version(const char *program); -void test_print_options(const struct option *lopts); - -#endif