#ifndef LIBTCC_OPTION_H # define LIBTCC_OPTION_H 1 int tcc_parse_args(void *s, int *argc, char ***argv, int optind); #endif /* LIBTCC_OPTION_H */