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.
;.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

binary file format under linux

2000-07-12 Thread Johan Lim
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