On Sun, 14 Mar 1999, Chris wrote:

# is there anywhere were I can find a list of functions and header files
# there in and ther prototypes

functions to do what? what header files?

oh, what's the ANSI-C way to do function prototypes? i did a C exam and
did them like this:

int foo (char *bar, int baz);

but aparrently it should have just been:

int foo (char *, int);

-- 
+++           Beware of programmers who carry screwdrivers           +++
[EMAIL PROTECTED]     http://www.users.globalnet.co.uk/~kermit

Reply via email to