Split out argument parsing code so it can be reused by the tcc library.
commit30d71042e4399b67e3834da5a2786739a181daba
authork1w1 <k1w1@k1w1.org>
Sat, 5 Dec 2009 17:43:00 +0000 (5 09:43 -0800)
committerk1w1 <k1w1@k1w1.org>
Sat, 5 Dec 2009 17:43:00 +0000 (5 09:43 -0800)
treef57622c607d202ffc83a2b71205fada4940d7ec5
parent5132d91e1ed08062d9686e77865da64b0b1c04e4
Split out argument parsing code so it can be reused by the tcc library.
Added function to specify options in the TCCState structure.
libtcc.c
libtcc.h
tcc.c [changed mode: 0644->0755]
tcc.h
tccargs.c [copied from tcc.c with 63% similarity, mode: 0755]
tccargs.h [copied from tccutil.h with 63% similarity]
tccutil.c
tccutil.h