Nick Desaulniers e17d2b585b
[libc][docgen] support non-top-level headers (#119621)
such as arpa/inet, sys/*
2024-12-12 09:21:04 -08:00

51 lines
548 B
ReStructuredText

.. include:: ../../check.rst
===========
arpa/inet.h
===========
Functions
=========
.. list-table::
:widths: auto
:align: center
:header-rows: 1
* - Function
- Implemented
- C23 Standard Section
- POSIX.1-2024 Standard Section
* - htonl
- |check|
-
-
* - htons
- |check|
-
-
* - inet_addr
-
-
-
* - inet_ntoa
-
-
-
* - inet_ntop
-
-
-
* - inet_pton
-
-
-
* - ntohl
- |check|
-
-
* - ntohs
- |check|
-
-