We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188052c commit 8ec4da7Copy full SHA for 8ec4da7
libs/patterns/methods.h
@@ -4,7 +4,14 @@
4
5
#include "./structs.h"
6
7
-// TODO: Documentation
+/**
8
+ * @brief Fills the `arr` field of a pattern structure with a specified value.
9
+ *
10
+ * @param pPattern A pointer to the pattern structure.
11
+ * @param with The value to fill the `arr` field.
12
13
+ * @warning This function assumes that `pPattern` has been properly initialized.
14
+ */
15
void fillPattern(TPattern* pPattern, char with);
16
17
// TODO: Documentation
0 commit comments