mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 00:53:03 +00:00

- Move string implementation (in "header" files) into /string dir. - Copy over libcntpr-specific implementations into _nt.c files (for now, later they could do with a define). - libcntpr's is now almost fully syncronized and could be merged into the tree except for "except" directory. svn path=/trunk/; revision=30283
6 lines
64 B
C
6 lines
64 B
C
/* $Id$
|
|
*/
|
|
#include <string.h>
|
|
#include "tcsncpy.h"
|
|
|
|
/* EOF */
|