ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

libgen.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.