Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
idn_free(3) | libidn | idn_free(3) |
NAME
idn_free - API functionSYNOPSIS
#include <idn.h>ARGUMENTS
- void * ptr
- memory region to deallocate, or NULL.
DESCRIPTION
Deallocates memory region by calling free(). If ptr is NULL no operation is performed.REPORTING BUGS
Report bugs to <help-libidn@gnu.org>.COPYRIGHT
Copyright © 2002-2024 Simon Josefsson.SEE ALSO
The full documentation for libidn is maintained as a Texinfo manual. If the info and libidn programs are properly installed at your site, the command- info libidn
- https://www.gnu.org/software/libidn/manual/
1.42 | libidn |