David Larochell - 2003-03-04

Logged In: YES
user_id=61835

The function fdopen is part of the posix library.

By default Splint only recognizes functions defined in ANSI
standard C.

You can use the +posixlib flag to get Splint to recognize
functions from the posix library.