move dmath, dsafe and nixctor to snippets/ directory
This commit is contained in:
parent
43b30424b1
commit
625968bef3
13 changed files with 0 additions and 0 deletions
7
snippets/nixctor/lib.c
Normal file
7
snippets/nixctor/lib.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
void
|
||||
libfunc(void)
|
||||
{
|
||||
puts("hello, world!");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue