On Thu, 17 Apr 2014 17:42:30 +0200 [email protected] wrote: > +static void > +streplace(char *s, int a, int b) > +{ > + (...) > +}
Why int and not char (or w_char)? -- FRIGN <[email protected]>
On Thu, 17 Apr 2014 17:42:30 +0200 [email protected] wrote: > +static void > +streplace(char *s, int a, int b) > +{ > + (...) > +}
Why int and not char (or w_char)? -- FRIGN <[email protected]>