]> git.ozlabs.org Git - ccan/blob - tools/tools.h
Simplify external allocation (realloc only from Tridge)
[ccan] / tools / tools.h
1 #ifndef CCAN_TOOLS_H
2 #define CCAN_TOOLS_H
3
4 #define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I."
5
6 char **get_deps(const void *ctx, const char *dir);
7
8 #endif /* CCAN_TOOLS_H */
9