|
|
| Joseph 2004-10-17, 3:56 am |
| How to know what function provided by ip.h?
| |
| Fletcher Glenn 2004-10-17, 3:56 am |
|
"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
| |
| Pascal Bourguignon 2004-10-17, 3:56 am |
| te0543@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.
| |
| Floyd L. Davidson 2004-10-17, 8:58 am |
| Pascal 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
| |
| Joseph 2004-10-17, 3:56 pm |
| Pascal Bourguignon <spam@mouse-potato.com> wrote in message news:<87acum6i7u.fsf@thalassa.informatimago.com>...
> te0543@giga.net.tw (Joseph) writes:
>
>
> cat /usr/include/ip.h
But this file only has information about the data structure.
| |
| Pascal Bourguignon 2004-10-17, 3:56 pm |
| te0543@giga.net.tw (Joseph) writes:
> Pascal Bourguignon <spam@mouse-potato.com> wrote in message news:<87acum6i7u.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.
|
|
|
|