diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-29 14:46:55 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-29 14:46:55 -0500 |
| commit | eef18664f9a161816a954ce032f44cae4e90ed81 (patch) | |
| tree | ce1d4bd8c00c7e946b111bc96c3509961b11278e /src/u816.h | |
| parent | 671fd9c6e7806229e06424f12b27fa2ad28afa05 (diff) | |
| download | alftools-eef18664f9a161816a954ce032f44cae4e90ed81.tar.gz | |
Stop defining u8 and u16 all over the place.
Diffstat (limited to 'src/u816.h')
| -rw-r--r-- | src/u816.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/u816.h b/src/u816.h new file mode 100644 index 0000000..829d8f5 --- /dev/null +++ b/src/u816.h @@ -0,0 +1,4 @@ +#ifndef u8 +#define u8 unsigned char +#define u16 unsigned short +#endif |
