File: ControlFlow.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 (14 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* file generated by oo2c -- do not edit */
#ifndef _MODULE_ControlFlow_
#define _MODULE_ControlFlow_

#define ControlFlow__jump 592
#define ControlFlow__branchOnFalse 594
#define ControlFlow__branchOnTrue 595
#define ControlFlow__assignGates 596
#define ControlFlow__endOfGreg 597
#include "Data.h"
extern void ControlFlow__GlobalRegion(Data__GlobalRegion greg);
extern void ControlFlow_init(void);

#endif