X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fassert.c;fp=functions%2Fassert.c;h=5c4b310936ac4dcf3eacd2cdcb43adb48d12149b;hp=349570c70b5a00ee1b075c14e83ff047f26aed0c;hb=c7a9c2e3a08068d6b10656c0d3ba683f6ec74fa9;hpb=e25ac2ecee6251afcec84e08165e454fb6bc256c diff --git a/functions/assert.c b/functions/_PDCLIB/assert.c similarity index 95% rename from functions/assert.c rename to functions/_PDCLIB/assert.c index 349570c..5c4b310 100644 --- a/functions/assert.c +++ b/functions/_PDCLIB/assert.c @@ -1,4 +1,8 @@ -/* _PDCLIB_assert( char * ) +/* $Id$ */ + +/* Release $Name$ */ + +/* _PDCLIB_assert( char const * ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will.