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.
structs.h
1 parent 1dd8f4d commit b629d96Copy full SHA for b629d96
src/structs.h
@@ -0,0 +1,11 @@
1
+
2
+#ifndef SRC_STRUCTS_H_INCLUDED
3
+#define SRC_STRUCTS_H_INCLUDED
4
5
+#include "./macros.h"
6
7
+typedef struct {
8
+ char name[TEAM_NAME_LENGTH];
9
+} Team;
10
11
+#endif // SRC_STRUCTS_H_INCLUDED
0 commit comments