Revision 6954,
505 bytes
checked in by probe, 30 years ago
(diff) |
Initial revision
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[6954] | 1 | /* |
---|
| 2 | ** constdefs.h |
---|
| 3 | ** |
---|
| 4 | ** definitions of keyletters for different constants. |
---|
| 5 | ** arbitrary, as long as char < string < int < float. |
---|
| 6 | ** |
---|
| 7 | ** used by several of the cxref component programs. |
---|
| 8 | ** |
---|
| 9 | ** Arnold Robbins, Information and Computer Science, Georgia Tech |
---|
| 10 | ** gatech!arnold |
---|
| 11 | ** Copyright (c) 1984 by Arnold Robbins. |
---|
| 12 | ** All rights reserved. |
---|
| 13 | ** This program may not be sold, but may be distributed |
---|
| 14 | ** provided this header is included. |
---|
| 15 | ** |
---|
| 16 | */ |
---|
| 17 | |
---|
| 18 | #define CHAR 'a' |
---|
| 19 | #define STRING 'b' |
---|
| 20 | #define INT 'c' |
---|
| 21 | #define FLOAT 'd' |
---|
Note: See
TracBrowser
for help on using the repository browser.