X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdlib%2Fstrtoll.c;h=de7119429885cde06c589e24849e396f0915d36f;hp=bc952c7fd1fe4a9130c32cbd1a3e7632e495bd37;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=598c0675c5229ecfd5a7aa31a9f02c392b9e1e9d diff --git a/functions/stdlib/strtoll.c b/functions/stdlib/strtoll.c index bc952c7..de71194 100644 --- a/functions/stdlib/strtoll.c +++ b/functions/stdlib/strtoll.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtoll( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). @@ -34,7 +32,7 @@ long long int strtoll( const char * s, char ** endptr, int base ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include