aboutsummaryrefslogtreecommitdiff
path: root/include/apos/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/types.h')
-rw-r--r--include/apos/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/apos/types.h b/include/apos/types.h
index 2f45857..45526d7 100644
--- a/include/apos/types.h
+++ b/include/apos/types.h
@@ -1,6 +1,11 @@
#ifndef APOS_TYPES_H
#define APOS_TYPES_H
+/**
+ * @file types.h
+ * Shorthands for types, similar to stdint.h.
+ */
+
typedef _Bool bool;
#define true 1
#define false 0