~ubuntu-branches/ubuntu/wily/gargoyle-free/wily-proposed

« back to all changes in this revision

Viewing changes to terps/nitfol/oplist.h

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Beucler
  • Date: 2009-09-11 20:09:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090911200943-idgzoyupq6650zpn
Tags: upstream-2009-08-25
ImportĀ upstreamĀ versionĀ 2009-08-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This is a Cfunctions (version 0.24) generated header file.
 
2
   Cfunctions is a free program for extracting headers from C files.
 
3
   Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */
 
4
 
 
5
/* This file was generated with:
 
6
`cfunctions -i oplist.c' */
 
7
#ifndef CFH_OPLIST_H
 
8
#define CFH_OPLIST_H
 
9
 
 
10
/* From `oplist.c': */
 
11
#define OFFSET_0OP 0x00
 
12
#define OFFSET_1OP 0x10
 
13
#define OFFSET_2OP 0x20
 
14
#define OFFSET_VAR 0x40
 
15
#define OFFSET_EXT 0x60
 
16
#define OFFSET_END 0x80
 
17
typedef void (*op_func)(void);
 
18
extern op_func opcodetable[];
 
19
 
 
20
#ifdef DEBUGGING
 
21
extern opcodeinfo opcodelist[];
 
22
 
 
23
#endif
 
24
 
 
25
#endif /* CFH_OPLIST_H */