How can I de-escape my strings at run time?

David E A Wilson david at cs.uow.edu.au
Sun Jun 3 14:48:29 AEST 1990


In article <2596 at litchi.bbn.com>, rsalz at bbn.com (Rich Salz) writes:
> 	    case 'v':	*p = '\n';	break;	/* Vertical tab		*/

Shouldn't this be '\v' or at least '\013' (for ASCII vertical tab)?

David Wilson



More information about the Comp.lang.c mailing list