reactos/sdk/lib/crt/string/_splitpath_s.c

13 lines
337 B
C

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