X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdlib%2Fstrtoull.c;h=fa866fc78a73c54cff232a528e29ad6b8e80e8ca;hp=a28bb45d5ef7c7fca86e85feae554d3e45a320b9;hb=e1c526e9bad3f6e69391e94059096145390508d3;hpb=6608f7d9a9a3326666d825de38fdd216a9ddf049 diff --git a/functions/stdlib/strtoull.c b/functions/stdlib/strtoull.c index a28bb45..fa866fc 100644 --- a/functions/stdlib/strtoull.c +++ b/functions/stdlib/strtoull.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtoull( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib).