Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 1995 16:55:50 -0800 (PST)
From:      Poul-Henning Kamp <phk@ref.tfs.com>
To:        ache@astral.msk.su (Andrew A. Chernov, Black Mage)
Cc:        CVS-commiters@freefall.cdrom.com, cvs-usrbin@freefall.cdrom.com, phk@freefall.cdrom.com
Subject:   Re: cvs commit: src/usr.bin/file2c Makefile file2c.1 file2c.c
Message-ID:  <199501300055.QAA01806@ref.tfs.com>
In-Reply-To: <XEQC3Blyd2@astral.msk.su> from "Andrew A. Chernov, Black Mage" at Jan 30, 95 03:30:18 am

next in thread | previous in thread | raw e-mail | index | archive | help
> >  const char date[] = {
> >  83,97,116,32,74,97,110,32,50,56,32,49,54,58,52,55,58,51,51,32,80,83,84,
> >  32,49,57,57,53,10
> >  ,0};
>   
> I don't look innto sources (yet), what this thing do with 8bit chars?
> I.e. does it produce
> const char xxx[] = {-1,-2,-3};
no.
> or
> const unsigned char xxx[] = {255, 254, 253};
yes.



-- 
Poul-Henning Kamp <phk@login.dknet.dk>
TRW Financial Systems, Inc.
FreeBSD has, until now, not one single time had an undetected error. :-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501300055.QAA01806>