N
AME
strmult
- multiply strings
S
YNTAX
#include <string.h>
string strmult(string
s
, int
num
);
D
ESCRIPTION
This function multplies 's' by 'num'. The return value is the same as appending 's' to an empty string 'num' times.