| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Date: | Fri, 16 Jul 1999 18:32:40 -0500 |
| From: | "Isselmou Ould-Dellahy" <iod AT ccrl DOT mot DOT com> |
| To: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | unix/MS binary file format |
| Message-Id: | <19990716183240.A4976@diamond.ccrl.mot.com> |
| Mime-Version: | 1.0 |
| X-Mailer: | Mutt 0.95.4i |
Hi,
I would like to create and to be able to read binary files
on cygwin, such that I can use such files under unix.
Actually under cygnus the binary files are coded in
unix reverse order. For example when I put the integer 327656666
in a binary file (using fwrite) and display it using "od -c"
I have :
Unix format :
0000000 023 207 244 332
0000004
NT format :
0000000 332 244 207 023
0000004
My question is : how can I generate and read unix binary
file format under cygwin ?
--
Isselmou
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |