Docs » Include » proto » utility.h
#ifndef PROTO_UTILITY_H
#define PROTO_UTILITY_H
/*
** $VER: utility.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_UTILITY_PRAGMAS_H
#include <pragmas/utility_pragmas.h>
#endif
#ifndef EXEC_LIBRARIES_H
#include <exec/libraries.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library * UtilityBase;
#endif /* __NOLIBBASE__ */
#endif /* PROTO_UTILITY_H */
|