xref: /reactos/sdk/lib/crt/string/_splitpath_s.c (revision b09b5584)
1 /*
2  * COPYRIGHT:       GNU GPL, see COPYING in the top level directory
3  * PROJECT:         ReactOS crt library
4  * FILE:            lib/sdk/crt/string/_splitpath_s.c
5  * PURPOSE:         Implementation of _splitpath_s
6  * PROGRAMMER:      Timo Kreuzer
7  */
8 
9 #define _tsplitpath_x _splitpath_s
10 #define IS_SECAPI 1
11 
12 #include "_tsplitpath_x.h"
13