Mercurial > hg > aim92
comparison stitch/stypes.h @ 0:5242703e91d3 tip
Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author | tomwalters |
---|---|
date | Fri, 20 May 2011 15:19:45 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5242703e91d3 |
---|---|
1 /* | |
2 stypes.h | |
3 ====== | |
4 | |
5 defines types for sources operations | |
6 | |
7 | |
8 */ | |
9 | |
10 typedef struct { char *ident ; int size ; Source (*maker)() ; } TypeInfo ; | |
11 | |
12 extern int typeEntryNumber() ; | |
13 extern Source TypeConvertSource() ; | |
14 extern Source SourceSource() ; | |
15 | |
16 extern char CharIdent[] ; | |
17 extern char ShortIdent[] ; | |
18 extern char IntIdent[] ; | |
19 extern char LongIdent[] ; | |
20 extern char FloatIdent[] ; | |
21 extern char DoubleIdent[] ; | |
22 |