Tag: c-c--

Here you can see a listing of all the posts tagged with c-c-- on this website.

  • strtok() trap

    Posted on April 15, 2005 at 00:36 +0200 Tagged with ,

    Just something small I noticed while writing a CGI program in C: strtok() makes changes on the passed string. If you do for example this:

    [more ...]

    0 comments