<HEAD> <TITLE> repeat_string - repeat a string a specified number of times. </TITLE> </HEAD> <BODY BACKGROUND=http://www.imaginary.com/~beek/gifs/bg.jpg TEXT=#000000 ALINK=#FFFF00 VLINK=#550000 LINK=#000099> <center> <H1> repeat_string - repeat a string a specified number of times. </H1> </center>
<p>
<b> string repeat_string(string, int); </b>
<p>
repeat_string returns a string that consists of its first argument
repeated n times, where 'n' is repeat_string's second argument.
So repeat_string("foo", 3) would return "foofoofoo".
<p>
This function requires PACKAGE_CONTRIB to be defined in the options file.
<p>
<HR> <ADDRESS> <A HREF=http://wagner.princeton.edu/~tim> Tim Hollebeek </A> <p> <A HREF="http://www.imaginary.com/~beek/"> Beek </A>@ZorkMUD, Lima Bean, IdeaExchange, TMI-2, and elsewhere </ADDRESS>