Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > ParamHelper
comparison Param.h @ 20:756969c89fe7
fixed header, again
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Tue, 23 Jul 2013 07:41:48 -0700 |
| parents | e5c04a3a2610 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:2c5ac3261a1a | 4:ddfe06452789 |
|---|---|
| 5 * Created on November 19, 2009, 6:30 PM | 5 * Created on November 19, 2009, 6:30 PM |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 #ifndef _PARAM_H | 8 #ifndef _PARAM_H |
| 9 #define _PARAM_H | 9 #define _PARAM_H |
| 10 | |
| 11 #include "PR__common_includes/PR__primitive_data_types.h" | |
| 12 | |
| 10 | 13 |
| 11 typedef | 14 typedef |
| 12 struct | 15 struct |
| 13 { int type; | 16 { int type; |
| 14 int intValue; | 17 int intValue; |
