Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenlibgen.h
Go to the documentation of this file.
00001 #ifndef _LIBGEN_H_ 00002 /* 00003 * libgen.h 00004 * 00005 * $Id: libgen.h,v 1.2 2007/06/23 07:34:15 dannysmith Exp $ 00006 * 00007 * This file has no copyright assigned and is placed in the Public Domain. 00008 * This file is a part of the mingw-runtime package. 00009 * No warranty is given; refer to the file DISCLAIMER within the package. 00010 * 00011 * Functions for splitting pathnames into dirname and basename components. 00012 * 00013 */ 00014 #define _LIBGEN_H_ 00015 00016 /* All the headers include this file. */ 00017 #include <crtdefs.h> 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif 00022 00023 extern __cdecl __MINGW_NOTHROW char *basename (char *); 00024 extern __cdecl __MINGW_NOTHROW char *dirname (char *); 00025 00026 #ifdef __cplusplus 00027 } 00028 #endif 00029 00030 #endif /* _LIBGEN_H_: end of file */ 00031 Generated on Thu May 24 2012 04:30:31 for ReactOS by
1.7.6.1
|