Oct. 30, 2000
6:43 p.m.
"JWB" == John W Baxter <jwblist@olympus.net> writes:
JWB> Someone with better C skills than mine (which haven't been
JWB> exercised in about 7 years) could try the samples in C (of
JWB> various flavors).
-------------------- snip snip -------------------- #include <stdio.h>
int main() { printf("% d\n", 10); return 0; } -------------------- snip snip -------------------- @anthem[[[/tmp:1037]]]% ./a.out 10 -------------------- snip snip --------------------
-Barry