@whitequark (today we learned that C supports hex escapes. and that it is, unfortunately, designed around CHAR_BIT != 8. which makes sense we suppose...
remember to terminate your escapes with "" we guess, e.g. "\x01""c", or "\x01""\x02""")
Top-level
@whitequark (today we learned that C supports hex escapes. and that it is, unfortunately, designed around CHAR_BIT != 8. which makes sense we suppose... remember to terminate your escapes with "" we guess, e.g. "\x01""c", or "\x01""\x02""") No comments
|