X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fsystem.c;h=6c0f6a7e9b4e81dea10fccca3181c90d806cd6bf;hb=HEAD;hp=c0638e4ae019f895ead9a9ee1f4b46b07b2b1b19;hpb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;p=pdclib diff --git a/functions/stdlib/system.c b/functions/stdlib/system.c deleted file mode 100644 index c0638e4..0000000 --- a/functions/stdlib/system.c +++ /dev/null @@ -1,8 +0,0 @@ -/* ---------------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------------- - * Public Domain C Library - http://pdclib.sourceforge.net - * This code is Public Domain. Use, modify, and redistribute at will. - * --------------------------------------------------------------------------*/ - -int system( const char * s ) { /* TODO */ };