%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/markup/objectivec/ |
Current File : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/markup/objectivec/string-literals.txt |
const char *str = "Regular \"quoted\" string\n"; NSString *nsstr = @"Obj-C \"quoted\" string\n"; char c = 'c'; char c2 = '"'; char c3 = '\''; char c4 = '\n'; int multibyte_char = 'abcd';