summary refs log tree commit diff stats
path: root/c/leap/src/leap.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/leap/src/leap.h')
-rw-r--r--c/leap/src/leap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/leap/src/leap.h b/c/leap/src/leap.h
new file mode 100644
index 0000000..6750a54
--- /dev/null
+++ b/c/leap/src/leap.h
@@ -0,0 +1,8 @@
+#ifndef LEAP_H
+#define LEAP_H
+
+#include <stdbool.h>
+
+bool leap_year(int year);
+
+#endif