From: Martin Baute Date: Fri, 25 Mar 2016 08:26:47 +0000 (+0100) Subject: _PDCLIB_* prefixing of filenames. X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=e167fda25be988d879e3e3a77ceaa0c5864a3d4f _PDCLIB_* prefixing of filenames. --- diff --git a/platform/example/functions/_PDCLIB/_Exit.c b/platform/example/functions/_PDCLIB/_PDCLIB_Exit.c similarity index 100% rename from platform/example/functions/_PDCLIB/_Exit.c rename to platform/example/functions/_PDCLIB/_PDCLIB_Exit.c diff --git a/platform/example/functions/_PDCLIB/allocpages.c b/platform/example/functions/_PDCLIB/_PDCLIB_allocpages.c similarity index 100% rename from platform/example/functions/_PDCLIB/allocpages.c rename to platform/example/functions/_PDCLIB/_PDCLIB_allocpages.c diff --git a/platform/example/functions/_PDCLIB/close.c b/platform/example/functions/_PDCLIB/_PDCLIB_close.c similarity index 100% rename from platform/example/functions/_PDCLIB/close.c rename to platform/example/functions/_PDCLIB/_PDCLIB_close.c diff --git a/platform/example/functions/_PDCLIB/fillbuffer.c b/platform/example/functions/_PDCLIB/_PDCLIB_fillbuffer.c similarity index 100% rename from platform/example/functions/_PDCLIB/fillbuffer.c rename to platform/example/functions/_PDCLIB/_PDCLIB_fillbuffer.c diff --git a/platform/example/functions/_PDCLIB/flushbuffer.c b/platform/example/functions/_PDCLIB/_PDCLIB_flushbuffer.c similarity index 100% rename from platform/example/functions/_PDCLIB/flushbuffer.c rename to platform/example/functions/_PDCLIB/_PDCLIB_flushbuffer.c diff --git a/platform/example/functions/_PDCLIB/open.c b/platform/example/functions/_PDCLIB/_PDCLIB_open.c similarity index 100% rename from platform/example/functions/_PDCLIB/open.c rename to platform/example/functions/_PDCLIB/_PDCLIB_open.c diff --git a/platform/example/functions/_PDCLIB/rename.c b/platform/example/functions/_PDCLIB/_PDCLIB_rename.c similarity index 100% rename from platform/example/functions/_PDCLIB/rename.c rename to platform/example/functions/_PDCLIB/_PDCLIB_rename.c diff --git a/platform/example/functions/_PDCLIB/seek.c b/platform/example/functions/_PDCLIB/_PDCLIB_seek.c similarity index 100% rename from platform/example/functions/_PDCLIB/seek.c rename to platform/example/functions/_PDCLIB/_PDCLIB_seek.c diff --git a/platform/example/functions/_PDCLIB/stdinit.c b/platform/example/functions/_PDCLIB/_PDCLIB_stdinit.c similarity index 100% rename from platform/example/functions/_PDCLIB/stdinit.c rename to platform/example/functions/_PDCLIB/_PDCLIB_stdinit.c