comments improved

This commit is contained in:
h_vogt
2016-08-15 11:26:55 +02:00
committed by rlar
parent 27053b877f
commit 33b11f9598
4 changed files with 27 additions and 5 deletions
+4
View File
@@ -40,6 +40,10 @@ copy(const char *str)
return(p);
}
/* copy a substring, from 'str' to 'end'
* including *str, excluding *end
*/
char *
copy_substring(const char *str, const char *end)
{