File: Check.h

package info (click to toggle)
oo2c32 1.5.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,888 kB
  • ctags: 5,436
  • sloc: ansic: 95,310; sh: 473; makefile: 345; perl: 57; lisp: 20
file content (12 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
/* file generated by oo2c -- do not edit */
#ifndef _MODULE_Check_
#define _MODULE_Check_

extern void Check__WrType(void* o);
#include "Data.h"
extern unsigned char Check__GuardUses(Data__Region r);
extern unsigned char Check__MergeUses(Data__Region r);
extern unsigned char Check__All(Data__GlobalRegion r);
extern void Check_init(void);

#endif