home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16199 < prev    next >
Encoding:
Text File  |  1992-11-09  |  794 b   |  17 lines

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