We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da89ff9 commit 421e4c9Copy full SHA for 421e4c9
cutil/cutil.h
@@ -95,8 +95,7 @@ typedef void (*void_dest) (void *);
95
/**********************************************************************
96
* strfree
97
*
98
- * Reserve a spot in memory for the string to be stored. Copy the string
99
- * to it and return the result.
+ * Free the memory which was reserved by strsave.
100
**********************************************************************/
101
102
#define strfree(s) (free_string(s))
0 commit comments