At 04:46 PM 10/24/2009, Tom Van Baak wrote...
Not quite.  You need &buf[0]
 buf is a pointer to the array. (first element)
 &buf is a pointer to that pointer.
 &buf[0] is a pointer to the first element of the array.

Hal, try the following with your C compiler...

BASIC is _so_ much easier. :-)

_______________________________________________
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Reply via email to