X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=printer.h;h=f57d3cfbb8cd374fe653b63202c0553f939d360a;hb=ac37e350f155e28e3a58a98f5d0b942d7fba426f;hp=e30a4b96bb0df142c345e55915adfd30b9564dc8;hpb=1b580cf22ca849edc62afa24304ff0432954877a;p=cparser diff --git a/printer.h b/printer.h index e30a4b9..f57d3cf 100644 --- a/printer.h +++ b/printer.h @@ -35,8 +35,7 @@ /** print a string into current output */ extern void (*print_string)(const char *str); extern void (*print_vformat)(const char *format, va_list ap); -/** print a single unicode character to current output (encoded as UTF-8) */ -extern void (*print_char)(wchar_rep_t c); +extern void (*print_char)(const char c); /** print a printf style format string to current output */ static inline void __attribute__((format(printf,1,2))) print_format(const char *format, ...)