10 lines
No EOL
295 B
C
10 lines
No EOL
295 B
C
#ifndef TCC_TCCTOOLS_H
|
|
# define TCC_TCCTOOLS_H 1
|
|
|
|
# include "libtcc/libtcc.h"
|
|
|
|
int tcc_tool_ar(TCCState *s1, int argc, char **argv);
|
|
int tcc_tool_cross(TCCState *s1, char **argv, int target);
|
|
int gen_makedeps(TCCState *s1, const char *target, const char *filename);
|
|
|
|
#endif /* !TCC_TCCTOOLS_H */ |