Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcvax!ukc!dcl-cs!bath63!pes From: pes@ux63.bath.ac.uk (Paul Smee) Newsgroups: comp.sys.atari.st Subject: Re: String.c (really fontload.tos) Message-ID: <1287@bath63.ux63.bath.ac.uk> Date: Wed, 17-Jun-87 04:51:01 EDT Article-I.D.: bath63.1287 Posted: Wed Jun 17 04:51:01 1987 Date-Received: Sun, 21-Jun-87 14:44:54 EDT References: <8705271729.AA20883@ucbvax.Berkeley.EDU> <1102@viper.Lynx.MN.ORG> <2150@cwruecmp.UUCP> Reply-To: pes@ux63.bath.ac.uk (Paul Smee) Distribution: world Organization: AUCC c/o University of Bath Lines: 6 Haven't actually tried this yet, but one of your comments in the C code, about Lattice C, caught my eye as I was scanning thru it. Unlike Megamax (or at least, unlike how you say Megamax works, since I've never tried it) Lattice C does properly implement 'unsigned' as a type modifier. So you can have 'unsigned long', 'unsigned short', and 'unsigned char'...