home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!ukma!netnews.louisville.edu!starbase.spd.louisville.edu!jamull01
- From: jamull01@starbase.spd.louisville.edu (Mr. Positive)
- Subject: Reading unsigned char ?
- Sender: news@netnews.louisville.edu (Netnews)
- Message-ID: <jamull01.721293480@starbase.spd.louisville.edu>
- Date: Mon, 9 Nov 1992 07:18:00 GMT
- Nntp-Posting-Host: starbase.spd.louisville.edu
- Organization: University of Louisville
- Lines: 5
-
- I am trying to use sscanf to read an unsigned character from an ASCII
- file. The only catch is whats in the file is not the ASCII character but
- a decimal integer. If I try to read an integer into an unsigned character
- I don't get anything. If anybody has any advice to offer I would appreciate
- it.
-