We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c204c4d commit 4e66f9dCopy full SHA for 4e66f9d
src/animal_minlegs.c
@@ -1,3 +1,7 @@
1
+#include <stddef.h>
2
+
3
+#include "animal.h"
4
5
/*
6
* Technically, this file does not have to include the header file which
7
* contains the prototype of the function defined here, however it is a
0 commit comments