]> pd.if.org Git - pdclib/blobdiff - functions/setjmp.c
Removed old files.
[pdclib] / functions / setjmp.c
diff --git a/functions/setjmp.c b/functions/setjmp.c
deleted file mode 100644 (file)
index 3913420..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* ----------------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------------
- * Public Domain C Library - http://pdclib.sourceforge.net
- * This code is Public Domain. Use, modify, and redistribute at will.
- * --------------------------------------------------------------------------*/
-
-int setjmp(jmp_buf env) { /* TODO */ };
-void longjmp(jmp_buf env, int val) { /* TODO */ };