home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 19068 < prev    next >
Encoding:
Text File  |  1992-12-31  |  975 b   |  27 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!usc!cs.utexas.edu!asuvax!ncar!noao!stsci!kimball
  3. From: kimball@stsci.edu (Timothy Kimball)
  4. Subject: Re: String function names
  5. Message-ID: <1992Dec31.142013.21895@stsci.edu>
  6. Sender: news@stsci.edu
  7. Organization: Space Telescope Science Institute
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. References: <alien.01il@acheron.amigans.gen.nz>
  10. Date: Thu, 31 Dec 1992 14:20:13 GMT
  11. Lines: 14
  12.  
  13. Ross Smith (alien@acheron.amigans.gen.nz) wrote:
  14. : Out of curiosity, does anyone know the derivation of the names of the more
  15. : obscure string functions? Names like "strcat()" and "strlen()" are obvious
  16. : enough, but what on earth are "strcspn()", "strpbrk()", and "strspn()"
  17. : supposed to mean?
  18. : (I know what the functions *do*, I'm just wondering where the names come
  19. : from.)
  20.  
  21. You got me.  And if you look on page 388 of Plauger,
  22. _The_C_Standard_Library_, you'll see that he's mystified by it, too-
  23. and he sits on the ANSI standards committees!
  24.  
  25. tdk
  26.