mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
13 lines
337 B
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"
|