home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 12955 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.1 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!lll-winken!ames!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sunic!dkuug!daimi!pjunold
  2. From: pjunold@daimi.aau.dk (Peter Joachim Unold)
  3. Newsgroups: comp.lang.c
  4. Subject: strstr and ANSI-c
  5. Summary: how ANSI-c is strstr
  6. Keywords: strstr ANSI
  7. Message-ID: <1992Aug29.215550.11490@daimi.aau.dk>
  8. Date: 29 Aug 92 21:55:50 GMT
  9. Sender: news@daimi.aau.dk
  10. Organization: DAIMI: Computer Science Department, Aarhus University, Denmark
  11. Lines: 18
  12.  
  13. Hello
  14.  
  15. I've for some time been coding on a program, that must be compiled and run
  16. on many diff. unix platforms. Apart from the usual portability problems one 
  17. encounter in unix-programming, I have had problems with users reporting, that
  18. their ANSI-c compiler reports the 'strstr' string-function unknown. How is 
  19. that? strstr IS according to my K&C 2. edition part of the standard-library.
  20. I could ofcause just code my own strstr function, but if one can't expect the
  21. ANSI-c-compilers to fullfill the ANSI-standard, what can one expect?
  22.  
  23.  thanx
  24.  
  25.    peter unold
  26.       pjunold@daimi.aau.dk
  27.  
  28.    
  29.  
  30.  
  31.