home *** CD-ROM | disk | FTP | other *** search
- 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
- From: pjunold@daimi.aau.dk (Peter Joachim Unold)
- Newsgroups: comp.lang.c
- Subject: strstr and ANSI-c
- Summary: how ANSI-c is strstr
- Keywords: strstr ANSI
- Message-ID: <1992Aug29.215550.11490@daimi.aau.dk>
- Date: 29 Aug 92 21:55:50 GMT
- Sender: news@daimi.aau.dk
- Organization: DAIMI: Computer Science Department, Aarhus University, Denmark
- Lines: 18
-
- Hello
-
- I've for some time been coding on a program, that must be compiled and run
- on many diff. unix platforms. Apart from the usual portability problems one
- encounter in unix-programming, I have had problems with users reporting, that
- their ANSI-c compiler reports the 'strstr' string-function unknown. How is
- that? strstr IS according to my K&C 2. edition part of the standard-library.
- I could ofcause just code my own strstr function, but if one can't expect the
- ANSI-c-compilers to fullfill the ANSI-standard, what can one expect?
-
- thanx
-
- peter unold
- pjunold@daimi.aau.dk
-
-
-
-
-