JASSv2
Classes
ascii.h File Reference

fast locale-ignoring version of the C runtime library ctype methods for plain 7-bit ASCII. More...

#include <stdio.h>
#include <ctype.h>
#include <stdint.h>
#include "asserts.h"
Include dependency graph for ascii.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS::ascii
 A fast, table-driven, implementation of the C runtime library ctype routines. More...
 

Detailed Description

fast locale-ignoring version of the C runtime library ctype methods for plain 7-bit ASCII.

Author
Andrew Trotman