]> pd.if.org Git - pdclib.old/blobdiff - functions/stdlib/qsort.c
Removed the $Name$ tags (not supported by SVN). Added $Id$ to Makefile / text files.
[pdclib.old] / functions / stdlib / qsort.c
index 7fd7c41dc3303ff45052dd5a57c0417a88caf74e..d12776993988278b304d625a8f0b604f0b4c988d 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* qsort( void *, size_t, size_t, int(*)( const void *, const void * ) )
 
    This file is part of the Public Domain C Library (PDCLib).