From: solar Date: Fri, 23 Dec 2005 16:09:10 +0000 (+0000) Subject: Moved from functions/ to functions/_PDCLIB/. X-Git-Tag: v0.4~25 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=c7a9c2e3a08068d6b10656c0d3ba683f6ec74fa9 Moved from functions/ to functions/_PDCLIB/. --- 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. diff --git a/functions/stdarg.c b/functions/_PDCLIB/stdarg.c similarity index 100% rename from functions/stdarg.c rename to functions/_PDCLIB/stdarg.c