Xref: utzoo comp.unix.wizards:13466 comp.lang.c:14754 Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!xanth!nic.MR.NET!rhesus!larry!jwp From: jwp@larry.UUCP (Jeffrey W Percival) Newsgroups: comp.unix.wizards,comp.lang.c Subject: Weird "lint -C" behavior Keywords: lint -C Message-ID: <475@larry.UUCP> Date: 14 Dec 88 21:44:36 GMT Organization: UW-Madison Space Astronomy Lab Lines: 20 I am using ULTRIX v. 2.x on a MicroVAX II. I wanted a version of "atoi" that recognizes C style numbers like 0x3f, so I modified an old atoi.c and called it "ctoi.c". When I type lint -Cfoo ctoi.c everything is cool. When I type lint -Cjwp ctoi.c I get these messages: ctoi.c: _ctype_ used( llib-ljwp:ctoi.c(59) ), but not defined _iob used( llib-port(25) ), but not defined What causes such a thing? "jwp" happens to be my login name, so is something in the environment interfering with this simple task? -- Jeff Percival (jwp@larry.sal.wisc.edu)