├── LICENSE ├── Makefile ├── README.md ├── config.h └── protecc.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parazyd/protecc/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parazyd/protecc/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parazyd/protecc/HEAD/README.md -------------------------------------------------------------------------------- /config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parazyd/protecc/HEAD/config.h -------------------------------------------------------------------------------- /protecc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parazyd/protecc/HEAD/protecc.c --------------------------------------------------------------------------------