Code Comments
Programming Forum and web based access to our favorite programming groups."Joseph" <te0543@giga.net.tw> wrote in message news:7d4caedb.0410161850.39a2482e@posting.google.com... > How to know what function provided by ip.h? Read the file. If you have questions about the function calls in the file, consult the man page. -- Fletcher Glenn
Post Follow-up to this messagete0543@giga.net.tw (Joseph) writes: > How to know what function provided by ip.h? cat /usr/include/ip.h -- __Pascal Bourguignon__ http://www.informatimago.com/ Voting Democrat or Republican is like choosing a cabin in the Titanic.
Post Follow-up to this messagePascal Bourguignon <spam@mouse-potato.com> wrote: >te0543@giga.net.tw (Joseph) writes: > > > cat /usr/include/ip.h Which, for all the wrong reasons (there is no such file), shows that there are *no* functions provided by ip.h, or any other header, for that matter. Headers provide an interface to libraries, which do provide functions. -- FloydL. Davidson <http://web.newsguy.com/floyd_davidson> Ukpeagvik (Barrow, Alaska) floyd@barrow.com
Post Follow-up to this messagePascal Bourguignon <spam@mouse-potato.com> wrote in message news:<87acum6i7u.fsf@thalassa.i nformatimago.com>... > te0543@giga.net.tw (Joseph) writes: > > > cat /usr/include/ip.h But this file only has information about the data structure.
Post Follow-up to this messagete0543@giga.net.tw (Joseph) writes: > Pascal Bourguignon <spam@mouse-potato.com> wrote in message news:<87acum6i 7u.fsf@thalassa.informatimago.com>... > But this file only has information about the data structure. So the answer to the unasked question: What functions are provided by ip.h is: none. -- __Pascal Bourguignon__ http://www.informatimago.com/ Voting Democrat or Republican is like choosing a cabin in the Titanic.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.