Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > HWSim > HWSim__PingPong__HWDef
comparison main.c @ 15:8d9d367e96f9
updated for VMS name chgs from VMS__malloc to VMS_int__malloc
| author | Me@portablequad |
|---|---|
| date | Sun, 12 Feb 2012 01:47:58 -0800 |
| parents | ddd87abfeefd |
| children | df53f52ef49c 561d3a06ffc5 |
comparison
equal
deleted
inserted
replaced
| 1:cbed3c92a649 | 2:bfb6c1b5b72e |
|---|---|
| 8 #include <malloc.h> | 8 #include <malloc.h> |
| 9 #include <stdlib.h> | 9 #include <stdlib.h> |
| 10 | 10 |
| 11 #include "SimParams.h" | 11 #include "SimParams.h" |
| 12 #include "HWSim__PingPong__HWDef/HWSim__PingPong__HWDef.h" | 12 #include "HWSim__PingPong__HWDef/HWSim__PingPong__HWDef.h" |
| 13 //Stefan: name conflict here -- MC_shared version of params is in HWSim__PingPong__HWDef.h, but need normal C version here | |
| 14 #include "../C_Libraries/ParamHelper/Param.h" | |
| 15 | |
| 13 | 16 |
| 14 char __ProgrammName[] = "HWSim Hello World"; | 17 char __ProgrammName[] = "HWSim Hello World"; |
| 15 char __DataSet[255]; | 18 char __DataSet[255]; |
| 16 char __Scheduler[]; | 19 char __Scheduler[]; |
| 17 | 20 |
