Skip to content
Snippets Groups Projects
Commit 7b312578 authored by iliya.saroukha's avatar iliya.saroukha
Browse files

final comments

parent 4c90029d
No related branches found
No related tags found
No related merge requests found
...@@ -280,8 +280,8 @@ void vec_print(vec_t *vec) { ...@@ -280,8 +280,8 @@ void vec_print(vec_t *vec) {
} }
/** /**
* @brief Function that deallocates memory used up by the vector that was passed as * @brief Function that deallocates memory used up by the vector that was passed
* an argument to the function. Subsequently the pointer will be set to NULL, * as an argument to the function. Subsequently the pointer will be set to NULL,
* that way it can be re-used safely later in the program * that way it can be re-used safely later in the program
* *
* @param vec Vector which we wish to destroy * @param vec Vector which we wish to destroy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment