Glen Ditchfield writes: > typedef void Process(void); > Process thunk { > /* do something */ > } > So, is the above code proper ANSI C? No. See footnote 79 on page 82. Walter Murray ----------