Add mcpp from github.com/ned14/mcpp

This commit is contained in:
Benau
2020-01-03 12:46:35 +08:00
parent 40af912312
commit db5d1420f9
17 changed files with 17626 additions and 0 deletions

9
lib/mcpp/main_libmcpp.c Normal file
View File

@@ -0,0 +1,9 @@
/* most simple sample source to use libmcpp */
#include "mcpp_lib.h"
int
main (int argc, char *argv[])
{
return mcpp_lib_main (argc, argv);
}