X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Fvsprintf.c;h=410e485c86b3b6f88146db74055089e782530069;hp=9ace50dc85047806abe1dc5a00ed52edbf1ae872;hb=e1c526e9bad3f6e69391e94059096145390508d3;hpb=6608f7d9a9a3326666d825de38fdd216a9ddf049 diff --git a/functions/stdio/vsprintf.c b/functions/stdio/vsprintf.c index 9ace50d..410e485 100644 --- a/functions/stdio/vsprintf.c +++ b/functions/stdio/vsprintf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* vsprintf( char *, const char *, va_list ap ) This file is part of the Public Domain C Library (PDCLib).