ReactOS
0.4.16-dev-109-gf4cb10f
libgen.h
Go to the documentation of this file.
1
#ifndef _LIBGEN_H_
2
/*
3
* libgen.h
4
*
5
* $Id: libgen.h,v 1.2 2007/06/23 07:34:15 dannysmith Exp $
6
*
7
* This file has no copyright assigned and is placed in the Public Domain.
8
* This file is a part of the mingw-runtime package.
9
* No warranty is given; refer to the file DISCLAIMER within the package.
10
*
11
* Functions for splitting pathnames into dirname and basename components.
12
*
13
*/
14
#define _LIBGEN_H_
15
16
/* All the headers include this file. */
17
#include <
crtdefs.h
>
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
23
extern
__cdecl
__MINGW_NOTHROW
char
*
basename
(
char
*);
24
extern
__cdecl
__MINGW_NOTHROW
char
*
dirname
(
char
*);
25
26
#ifdef __cplusplus
27
}
28
#endif
29
30
#endif
/* _LIBGEN_H_: end of file */
31
__MINGW_NOTHROW
#define __MINGW_NOTHROW
Definition:
_mingw.h:156
__cdecl
#define __cdecl
Definition:
accygwin.h:79
crtdefs.h
dirname
__cdecl __MINGW_NOTHROW char * dirname(char *)
basename
__cdecl __MINGW_NOTHROW char * basename(char *)
Definition:
util.c:110
sdk
include
crt
libgen.h
Generated on Wed Oct 9 2024 06:17:17 for ReactOS by
1.9.6