reactos/reactos/lib/sdk/crt/string/_splitpath.c
Timo Kreuzer 05a927e9e3 [CRT]
Implement _splitpath_s and _wsplitpath_s

[MSVCRT]
Export _splitpath_s and _wsplitpath_s

svn path=/trunk/; revision=58517
2013-03-16 14:46:35 +00:00

11 lines
311 B
C

/*
* COPYRIGHT: GNU GPL, see COPYING in the top level directory
* PROJECT: ReactOS crt library
* FILE: lib/sdk/crt/string/_splitpath.c
* PURPOSE: Implementation of _splitpath
* PROGRAMMER: Timo Kreuzer
*/
#define _tsplitpath_x _splitpath
#include "_tsplitpath_x.h"