diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-12-22 22:43:44 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-12-22 22:43:44 +0200 |
commit | 764070a86a7aa98480eaaff64dfba7e2f2943292 (patch) | |
tree | 830589ac702d540bfd76cfb0e5faa5e8988432b0 /src/typedef.h | |
parent | 4c9fafc4c126af2466dc6c56b9c952f901a1c726 (diff) |
refactor
Diffstat (limited to 'src/typedef.h')
-rw-r--r-- | src/typedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/typedef.h b/src/typedef.h index 5dff622..8189240 100644 --- a/src/typedef.h +++ b/src/typedef.h @@ -1,7 +1,7 @@ #ifndef TYPEDEF_H #define TYPEDEF_H -// useful definitions +// useful definition #include <stdint.h> #include <stddef.h> typedef unsigned char small_t; |