2025-02-07 16:17:17 +00:00
|
|
|
#ifndef TCC_TCCTOOLS_H
|
|
|
|
# define TCC_TCCTOOLS_H 1
|
|
|
|
|
2025-02-08 14:45:16 +00:00
|
|
|
# include "libtcc.h"
|
2025-02-07 16:17:17 +00:00
|
|
|
|
|
|
|
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 */
|