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.
;.bin");
outfile = fopen(filename, "wb");
for(i=0 ; i -Original Message-
> From: Johan Lim [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, July 12, 2000 10:38 AM
> To: [EMAIL PROTECTED]
> Subject: binary file format under linux
>
> Dear all
Dear all,
I run a simulator program under linux.
This simulator requires an input file
in binary file format (xxx.bin).
The contents of this input file is simply
integers (unsigned).
If anybody can point out how to make
this binary file, i'd really appreciate.
Thanks,
Johan