home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
System
/
Swatch
/
Development
/
swatch 1.2
/
swatch INIT
/
post init error
/
post.init.error.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-10-15
|
443 b
|
32 lines
|
[
TEXT/KAHL
]
/**
post.init.error.c
Copyright (c) 1990, joe holt
**/
#ifndef _H_POST_INIT_ERROR
#define _H_POST_INIT_ERROR
/**-------------------------------------------------------------------------
**
** Headers
**
**/
#include <types.h>
/*******************************************************************************
**
** Public Functions
**
**/
void Post_init_error( int16 errorNumber );
#endif /* ifndef _H_POST_INIT_ERROR */