ZinesFromOuterSpace Zine page numbers (Re: Postscript)

Josh Juran jjuran at gmail.com
Wed Mar 7 23:53:12 UTC 2012


On Mar 7, 2012, at 9:47 AM, glamortramp at riseup.net wrote:

> Or maybe the page designator should instead be
>
> /z
>
> for ZiP?

If you're just indicating a number in hexidecimal, I'd use \x or 0x.   
The former is for naming non-printable characters in string constants  
(e.g. const char* CRLF = "\x0D\x0A";) and the latter is for integer  
constants (e.g. uint16_t nop = 0x4E71;).  Which you should use  
depends on whether you think of the page designator as a string or a  
number.

Josh





More information about the zine mailing list