#include #include "proboard.hpp" int wordwrap(char *s,String& str,int max) { int spacepos=-1; if(strlen(s)<=max) return 0; for(int i=0;i