tcc-stupidos/tcc/tcctools.h

9 lines
No EOL
229 B
C

#ifndef TCC_TCCTOOLS_H
# define TCC_TCCTOOLS_H 1
# include "libtcc.h"
int tcc_tool_ar(TCCState *s1, int argc, char **argv);
int gen_makedeps(TCCState *s1, const char *target, const char *filename);
#endif /* !TCC_TCCTOOLS_H */