STRING: add missing doxygen comment

This commit is contained in:
2014-06-05 16:32:57 +02:00
parent 5db9b014c6
commit 12d9bbfa4e

View File

@@ -54,6 +54,11 @@ struct string {
};
/**
* Prints the given string to stdout.
*
* @param print_string the print to string
*/
void
prints(const string *print_string);