53a54,57
> /* preprocess a string containing a C source. Return null if
>    error. Returns string allocated with malloc() */
> char *tcc_preprocess_string(TCCState *s, const char *buf);
> 
