[examples] setting up the last two integration examples and slots in the examples directory

This commit is contained in:
Allen Webster
2021-10-09 23:45:02 -07:00
parent b67dc566c6
commit 8ee69f0124
6 changed files with 58 additions and 5 deletions
+18
View File
@@ -0,0 +1,18 @@
/*
** Example: multi threaded parse
**
** TODO
*/
//~ includes and globals //////////////////////////////////////////////////////
#include "md.h"
#include "md.c"
//~ main //////////////////////////////////////////////////////////////////////
int
main(int argc, char **argv)
{
// TODO(allen)
}