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" 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 Content-Type: text/plain; charset=us-ascii 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