/* * fortytwo RPC server basic type defns. */ const ANSWER_SIZE = 137; const TRUTH_SIZE = 3; struct answerRec { int theAnswer; string aDifferentAnswer; opaque anotherAnswer<>; int *anotherDifferentAnswer; }; struct questionRec { string theQuestion<>; unsigned short aRandomNumber; opaque anotherQuestion<55>; }; struct fourtwoFoo { unsigned char bytes[ANSWER_SIZE]; };