dect
/
asl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asl/ioerrs.h

14 lines
736 B
C

/* ioerrs.h */
/*****************************************************************************/
/* AS-Portierung */
/* */
/* Abliefern der I/O-Fehlermeldungen */
/* */
/* Historie: 11.10.1996 Grundsteinlegung */
/* */
/*****************************************************************************/
extern char *GetErrorMsg(int number);
extern void ioerrs_init(char *ProgPath);