X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fstrtok.c;h=e57507a890476f98a9f4e78de417cf506ec3e2fc;hp=b922085ce38ac19ed423bfc29d97ce95d636e3eb;hb=e1c526e9bad3f6e69391e94059096145390508d3;hpb=6608f7d9a9a3326666d825de38fdd216a9ddf049 diff --git a/functions/string/strtok.c b/functions/string/strtok.c index b922085..e57507a 100644 --- a/functions/string/strtok.c +++ b/functions/string/strtok.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtok( char *, const char * ) This file is part of the Public Domain C Library (PDCLib).