Re: binary file format under linux

2000-07-12 Thread Ronald W. Heiby
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.

RE: binary file format under linux

2000-07-12 Thread Burke, Thomas G.
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