*** empty log message ***

This commit is contained in:
2007-02-22 14:32:08 +00:00
parent 3d2904adb8
commit dee0475031
5 changed files with 225 additions and 8 deletions

View File

@ -2,8 +2,8 @@
* $id$
*/
#ifndef _ASE_CTYPE_H_
#define _ASE_CTYPE_H_
#ifndef _ASE_UTL_CTYPE_H_
#define _ASE_UTL_CTYPE_H_
#include <ase/types.h>
#include <ase/macros.h>

View File

@ -1,9 +1,9 @@
/*
* $Id: main.h,v 1.1 2007-02-20 14:04:21 bacon Exp $
* $Id: main.h,v 1.2 2007-02-22 14:32:08 bacon Exp $
*/
#ifndef _ASE_MAIN_H_
#define _ASE_MAIN_H_
#ifndef _ASE_UTL_MAIN_H_
#define _ASE_UTL_MAIN_H_
#include <ase/types.h>
#include <ase/macros.h>

View File

@ -1,9 +1,9 @@
/*
* $Id: stdio.h,v 1.2 2007-02-21 04:09:28 bacon Exp $
* $Id: stdio.h,v 1.3 2007-02-22 14:32:08 bacon Exp $
*/
#ifndef _ASE_STDIO_H_
#define _ASE_STDIO_H_
#ifndef _ASE_UTL_STDIO_H_
#define _ASE_UTL_STDIO_H_
#include <ase/types.h>
#include <ase/macros.h>