summaryrefslogtreecommitdiff
path: root/rushs/tinyprintf/element_count/element_count.h
diff options
context:
space:
mode:
Diffstat (limited to 'rushs/tinyprintf/element_count/element_count.h')
-rw-r--r--rushs/tinyprintf/element_count/element_count.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/rushs/tinyprintf/element_count/element_count.h b/rushs/tinyprintf/element_count/element_count.h
new file mode 100644
index 0000000..57412ed
--- /dev/null
+++ b/rushs/tinyprintf/element_count/element_count.h
@@ -0,0 +1,8 @@
+#ifndef ELEMENT_COUNT_H
+#define ELEMENT_COUNT_H
+
+#include <stddef.h>
+
+size_t element_count(int *begin, int *end);
+
+#endif /* !ELEMENT_COUNT_H */