view dmd/Escape.d @ 98:5c859d5fbe27

and more
author Trass3r
date Tue, 31 Aug 2010 03:53:49 +0200
parents 10317f0c89a5
children 766e6dc390e1
line wrap: on
line source

module dmd.Escape;

struct Escape
{
    const(char)* strings[256];

    static const(char)* escapeChar(uint c)
	{
		assert(false);
	}
}