Docs » Include » proto » locale.h
#ifndef PROTO_LOCALE_H
#define PROTO_LOCALE_H
/*
** $VER: locale.h 44.1 (1.11.1999)
** Includes Release 45.1
**
** Lattice `C' style prototype/pragma header file combo
**
** (C) Copyright 2001 Amiga, Inc.
** All Rights Reserved
*/
#ifndef PRAGMAS_LOCALE_PRAGMAS_H
#include <pragmas/locale_pragmas.h>
#endif
#ifndef LIBRARIES_LOCALE_H
#include <libraries/locale.h>
#endif
#ifndef __NOLIBBASE__
extern struct LocaleBase * LocaleBase;
#endif /* __NOLIBBASE__ */
#endif /* PROTO_LOCALE_H */
|