summaryrefslogtreecommitdiff
path: root/rushs/tinyprintf/my_calloc/my_calloc.h
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2025-09-15 01:08:27 +0200
committerMartial Simon <msimon_fr@hotmail.com>2025-09-15 01:08:27 +0200
commitc9b6b9a5ca082fe7c1b6f58d7713f785a9eb6a5c (patch)
tree3e4f42f93c7ae89a364e4d51fff6e5cec4e55fa9 /rushs/tinyprintf/my_calloc/my_calloc.h
add: graphs et rushs
Diffstat (limited to 'rushs/tinyprintf/my_calloc/my_calloc.h')
-rw-r--r--rushs/tinyprintf/my_calloc/my_calloc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/rushs/tinyprintf/my_calloc/my_calloc.h b/rushs/tinyprintf/my_calloc/my_calloc.h
new file mode 100644
index 0000000..44bf9a2
--- /dev/null
+++ b/rushs/tinyprintf/my_calloc/my_calloc.h
@@ -0,0 +1,8 @@
+#ifndef MY_CALLOC_H
+#define MY_CALLOC_H
+
+#include <stdlib.h>
+
+void *my_calloc(size_t n, size_t size);
+
+#endif /* ! MY_CALLOC_H */