www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1996/10/17/18:14:17

From: Tom Wheeley <tw104 AT york DOT ac DOT uk>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: List of Hexadecimal value
Date: Thu, 17 Oct 1996 20:31:39 +0100
Organization: The University of York, UK
Lines: 21
Message-ID: <3266899B.2E12@york.ac.uk>
References: <19961012 DOT 134017 DOT 3918 DOT 1 DOT waldo666 AT juno DOT com>
NNTP-Posting-Host: cst140.york.ac.uk
Mime-Version: 1.0
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

Will C Stockwell wrote:
> 
> Can someone post a list of hexadecimal values between 1 and 100 or
> something to that effect? Thanks.

Sorry?  Use your tools!

main()
{
  int i;

  for (i=1;i<=100;i++) printf ("%02x  ",i);

  return 0;
}

gcc thatfile.c
a.exe > prn

-- 
:sb)

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019