Or login with:
Rasel Ahmmed's Page
Member since Sep 2011 Email
Folllow
#include <codecogs/strings/html_word_wrap.h>
int main()
{
const char str[]="<strong>CodeCogs is being updated.</strong> We are just installing a <em>new build</em> of this <font
size="+3">website</font>. If you have any problems, then please wait 2 minutes while the configuration files are
updated. <span class="orange">Please also take this opportunity to send us any comments about
features you would like to see.</span>";
https://www.codecogs.com/images/avatars/Films/Movies_-_Albert_Einstein.gif
printf("%s
", html_word_wrap(str, strlen(str), 50));
}
