ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xmltok_impl.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file xmltok_impl.h
1 /*
2 Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
3 See the file COPYING for copying permission.
4 */
5 
6 enum {
35  BT_OTHER, /* known not to be a name or name start character */
36  BT_NONASCII, /* might be a name or name start character */
44 };
45 
46 #include <stddef.h>