diff --git a/doc/simulated/strmult b/doc/simulated/strmult new file mode 100644 index 0000000000000000000000000000000000000000..87feb851923fafbf27a1a3f490a86fb4b9423817 --- /dev/null +++ b/doc/simulated/strmult @@ -0,0 +1,11 @@ +NAME + strmult - multiply strings + +SYNTAX + #include <string.h> + + string strmult(string s, int num); + +DESCRIPTION + This function multplies 's' by 'num'. The return value is the same + as appending 's' to an empty string 'num' times.