diff options
Diffstat (limited to 'src/stubs/vstdlib.c')
-rw-r--r-- | src/stubs/vstdlib.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stubs/vstdlib.c b/src/stubs/vstdlib.c new file mode 100644 index 0000000..d3a63b0 --- /dev/null +++ b/src/stubs/vstdlib.c @@ -0,0 +1,7 @@ +/* This file is dedicated to the public domain. */ + +#include "stub.h" + +F(KeyValuesSystem) + +// vi: sw=4 ts=4 noet tw=80 cc=80 |