Home | History | Annotate | Download | only in hyphenation

Lines Matching defs:sl

43      int sl = strlen(s);
44 d = (char *) malloc(((sl+1) * sizeof(char)));
45 if (d) memcpy(d,s,((sl+1)*sizeof(char)));