We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09cdca commit 25be6a2Copy full SHA for 25be6a2
examples/fruits.h
@@ -100,4 +100,6 @@ const char *fruits[] = {
100
};
101
const size_t fruits_count = sizeof(fruits) / sizeof(fruits[0]);
102
103
+// Source: https://gist.github.com/lasagnaphil/7667eaeddb6ed0c565f0cb653d756942
104
+
105
#endif // FRUITS_H_
0 commit comments