mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-24 16:37:52 +00:00
[examples] setting up the last two integration examples and slots in the examples directory
This commit is contained in:
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user