The Open Source Swiss Army Knife

/code/c/ISO_c_basics/
/code/c/ISO_c_basics/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /code   /c   /ISO_c_basics 
Permalink: strchr.c
Title: add
article options : please login   |  raw source view  

/* basic strchr */

void
dummy_wrapper (void)
{
  startline = buf;
  while ((endline = strchr (startline, '\n')) != NULL)
    {
      *endline = '\0';		/* Terminate string */
    }
}

Leave a Reply
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top