We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
destroy2DArray
1 parent 4b0a1b9 commit ff3f2efCopy full SHA for ff3f2ef
libs/utilities.h
@@ -15,8 +15,8 @@
15
* of row pointers.
16
*
17
* @param arr 2D array to be destroyed.
18
- * @param rows number of rows in the 2D array.
19
- * @param cols number of columns in the 2D array.
+ * @param rows Number of rows in the 2D array.
+ * @param cols Number of columns in the 2D array.
20
21
* @warning Ensure that the array has been dynamically allocated and that the number of rows and
22
* columns are correctly specified to avoid undefined behavior.
0 commit comments