├── LICENSE ├── Makefile ├── Makefile.w32 ├── README.md ├── compilewrap.c ├── convert.c ├── makedef ├── unit.c └── unit2.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libav/c99-to-c89/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libav/c99-to-c89/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.w32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libav/c99-to-c89/HEAD/Makefile.w32 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libav/c99-to-c89/HEAD/README.md -------------------------------------------------------------------------------- /compilewrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libav/c99-to-c89/HEAD/compilewrap.c -------------------------------------------------------------------------------- /convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libav/c99-to-c89/HEAD/convert.c -------------------------------------------------------------------------------- /makedef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libav/c99-to-c89/HEAD/makedef -------------------------------------------------------------------------------- /unit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libav/c99-to-c89/HEAD/unit.c -------------------------------------------------------------------------------- /unit2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libav/c99-to-c89/HEAD/unit2.c --------------------------------------------------------------------------------