(SOC) Storage Only Commit
(ADD) Name, NameScope, Catlog, Object, String, Attribute, Char, Registry, Utils, Type, <Platform Support>, <Global Constants>, README (MOD) Array, Var, Status, MemMan, <Common>
This commit is contained in:
9
String/include/char.h
Normal file
9
String/include/char.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef COMPOUND_CHAR_H
|
||||
# define COMPOUND_CHAR_H
|
||||
|
||||
typedef struct {
|
||||
int value;
|
||||
int width;
|
||||
} Char; // 8 Bytes
|
||||
|
||||
#endif /* COMPOUND_CHAR_H */
|
Reference in New Issue
Block a user