1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Moved the __UtilityBase/__IUtility variable declarations into

a separate file.

- Simplified the library/open close code in "stdlib_main.c".


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14908 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-03-30 19:37:47 +00:00
parent 9c2c44b008
commit 09b52e077f
12 changed files with 275 additions and 116 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: string_headers.h,v 1.5 2005-03-18 12:38:25 obarthel Exp $
* $Id: string_headers.h,v 1.6 2005-03-30 19:37:47 obarthel Exp $
*
* :ts=4
*
@ -46,9 +46,13 @@
/****************************************************************************/
#ifndef _STDLIB_LOCALE_UTILITY_H
#include "stdlib_locale_utility.h"
#endif /* _STDLIB_LOCALE_UTILITY_H */
#ifndef _STDLIB_LOCALEBASE_H
#include "stdlib_localebase.h"
#endif /* _STDLIB_LOCALEBASE_H */
#ifndef _STDLIB_UTILITYBASE_H
#include "stdlib_utilitybase.h"
#endif /* _STDLIB_UTILITYBASE_H */
/****************************************************************************/