summaryrefslogtreecommitdiffstats
path: root/src/u_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/u_utils.h')
-rw-r--r--src/u_utils.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/u_utils.h b/src/u_utils.h
new file mode 100644
index 0000000..a02e7e6
--- /dev/null
+++ b/src/u_utils.h
@@ -0,0 +1,20 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* u_utils.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */
+/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef U_UTILS_H
+#define U_UTILS_H
+
+#include <stdint.h>
+
+uint64_t get_argc(const char *args[]);
+
+#endif