mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
12 lines
337 B
C
12 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"
|