diff options
| author | Mistivia <i@mistivia.com> | 2025-07-22 15:28:30 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-07-22 15:28:45 +0800 |
| commit | 999fcf0f7655c03265c222cc67617f0f510979bf (patch) | |
| tree | dd51680ffda411239e37460c834a996dc934dc63 /src/type_alias.h | |
| parent | a8764a20f355fd8fb7b03978d754d1cbd48d0a88 (diff) | |
change dir structure
Diffstat (limited to 'src/type_alias.h')
| -rw-r--r-- | src/type_alias.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/type_alias.h b/src/type_alias.h deleted file mode 100644 index 8f818ed..0000000 --- a/src/type_alias.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef ALGDS_TYPE_ALIAS_H_ -#define ALGDS_TYPE_ALIAS_H_ - -#include <stdint.h> -#include <stdbool.h> - -typedef bool Bool; -typedef int32_t Int; -typedef int64_t Long; -typedef uint32_t UInt; -typedef uint64_t ULong; -typedef char Char; -typedef float Float; -typedef double Double; -typedef const char *String; -typedef const void *VoidPtr; - - -#endif |
