mirror of
https://github.com/pmmp/ext-encoding.git
synced 2024-11-23 13:36:25 +00:00
56673dd789
the main benefit of this is the increased difficulty of accidentally using the wrong byte order due to auto complete - now choosing byte order is decided by the first character typed. however, it also reduces the verbosity of the API, though I'm not sure about the 'LE' and 'BE' class names.
7 lines
70 B
C
7 lines
70 B
C
#ifndef TYPES_H
|
|
#define TYPES_H
|
|
|
|
void init_class_Types(void);
|
|
|
|
#endif
|