Added Makefile and moved internal headers into seperate directory (allowing easier...
authorsolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Sun, 20 Nov 2005 13:04:16 +0000 (13:04 +0000)
committersolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Sun, 20 Nov 2005 13:04:16 +0000 (13:04 +0000)
commit441fa24696970a909e85875230c491bd1e7f3bf9
treeef23cc76fcc12a9fabf66161ff08389faceaa63d
parent585a29d7e130d8f9f7388a17cf0ea02d5cc8b655
Added Makefile and moved internal headers into seperate directory (allowing easier _partial_ compilation of PDCLib).

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@63 546481bc-9713-0410-bf18-d3337bbf4a3e
12 files changed:
Makefile [new file with mode: 0644]
functions/string/memcpy.c
functions/string/strncat.c
functions/string/strncpy.c
functions/string/strtok.c
functions/string/strxfrm.c
includes/_PDCLIB_aux.h [deleted file]
includes/_PDCLIB_config.h [deleted file]
includes/_PDCLIB_int.h [deleted file]
internals/_PDCLIB_aux.h [new file with mode: 0644]
internals/_PDCLIB_config.h [new file with mode: 0644]
internals/_PDCLIB_int.h [new file with mode: 0644]