Another approach would be to use Perl. It isn't necessarily any easier
than using C, but I'd guess it's slightly more likely to be loaded on
a system.
Ron.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.
what kind of data does it need?
C program (this is an untested quickie):
/* creates a binary file with MAXDATA integers */
/* includes go here */
#include
#include
/* define global variables */
#define MAXDATA 2000/* maximum number of data points */
/* function prototypes go here */
unsi