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

#include "Data.h"
#include "Attributes.h"
extern void UndefVar__CheckVars(Data__GlobalRegion greg, Attributes__ExitInfo *exitInfo, _Type exitInfo__tag);
extern void UndefVar_init(void);

#endif