Add a (partial) format string checker for wide string functions (currently wprintf...
[cparser] / format_check.h
1 #ifndef FORMAT_CHECK_H
2 #define FORMAT_CHECK_H
3
4 #include "ast.h"
5
6
7 void check_format(const call_expression_t *call);
8
9 #endif