STRING: add missing doxygen comment

This commit is contained in:
hasufell 2014-06-05 16:32:57 +02:00
parent 5db9b014c6
commit 12d9bbfa4e
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 5 additions and 0 deletions

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);