X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdlib%2Flldiv.c;h=e6552c3447a9d5167a7852b53fc203bc2c99be5f;hp=423d119ffb2feb859f022d32c39f7b5a08382c96;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=0c316ee3b4dc0712797877f5dc0f4a789646154d diff --git a/functions/stdlib/lldiv.c b/functions/stdlib/lldiv.c index 423d119..e6552c3 100644 --- a/functions/stdlib/lldiv.c +++ b/functions/stdlib/lldiv.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* lldiv( long long int, long long int ) This file is part of the Public Domain C Library (PDCLib). @@ -22,7 +20,7 @@ lldiv_t lldiv( long long int numer, long long int denom ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {