File: C.h

package info (click to toggle)
oo2c32 1.5.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 8,748 kB
  • ctags: 5,415
  • sloc: ansic: 95,007; sh: 473; makefile: 344; perl: 57; lisp: 21
file content (28 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (3)
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
28
/* file generated by oo2c -- do not edit */
#ifndef _MODULE_C_
#define _MODULE_C_

typedef unsigned char C__char;
typedef signed char C__signedchar;
typedef short int C__shortint;
typedef int C__int;
typedef unsigned int C__set;
typedef int C__longint;
typedef unsigned int C__longset;
typedef int C__address;
typedef float C__float;
typedef double C__double;
typedef int C__enum1;
typedef int C__enum2;
typedef int C__enum4;
typedef int C__FILE;
typedef int C__size_t;
typedef int C__uid_t;
typedef int C__gid_t;
typedef unsigned char* C__charPtr1d;
typedef C__charPtr1d* C__charPtr2d;
typedef int* C__intPtr1d;
typedef unsigned char* C__string;
typedef void(* C__Proc)(void);

#endif