File: general_3.h

package info (click to toggle)
p2c 1.21alpha2-1
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 1,996 kB
  • ctags: 3,399
  • sloc: ansic: 38,617; pascal: 2,499; makefile: 213; perl: 101
file content (27 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* Header for module GENERAL_3, generated by p2c */
#ifndef GENERAL_3_H
#define GENERAL_3_H



#ifndef IODECLARATIONS_H
#include <p2c/iodecl.h>
#endif



#ifdef GENERAL_3_G
# define vextern
#else
# define vextern extern
#endif
extern Char *ioerror_message PP((Char *P_Result, long ioerror));



#undef vextern

#endif /*GENERAL_3_H*/

/* End. */