X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2Fstdio%2Fvsnprintf.c;fp=functions%2Fstdio%2Fvsnprintf.c;h=0000000000000000000000000000000000000000;hb=29b8e40d7fb0f66c16ffdf594a72a507335e5d66;hp=6fae08075c8840da65fc55f8972e8d97f16ab8cd;hpb=758f3c180e9f4548d0834dadfe3d126ca04be4f9;p=fw%2Fpdclib diff --git a/functions/stdio/vsnprintf.c b/functions/stdio/vsnprintf.c deleted file mode 100644 index 6fae080..0000000 --- a/functions/stdio/vsnprintf.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 vsnprintf( char * restrict s, size_t n, const char * restrict format, va_list ap ) { /* TODO */ };