From c4a9635cb33ba610e663ebdb23dc01d687476109 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 13 Dec 2024 04:54:50 +0300 Subject: Add manpages --- man/libhttpc-alloc.3 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 man/libhttpc-alloc.3 (limited to 'man/libhttpc-alloc.3') diff --git a/man/libhttpc-alloc.3 b/man/libhttpc-alloc.3 new file mode 100644 index 0000000..4fed7e4 --- /dev/null +++ b/man/libhttpc-alloc.3 @@ -0,0 +1,34 @@ +.Dd December 13, 2024 +.Dt LIBHTTPC-ALLOC 3 +.Os +. +.Sh NAME +.Nm LibHTTPC_Malloc , +.Nm LibHTTPC_Realloc , +.Nm LibHTTPC_Free +.Nd types for defining +.Xr malloc 3 +functions +. +.Sh SYNOPSIS +.Vt typedef void *LibHTTPC_Malloc(size_t); +.Vt typedef void *LibHTTPC_Realloc(void *, size_t); +.Vt typedef void LibHTTPC_Free(size_t); +.Vt extern LibHTTPC_Malloc *LibHTTPC_malloc; +.Vt extern LibHTTPC_Realloc *LibHTTPC_realloc; +.Vt extern LibHTTPC_Free *LibHTTPC_free; +. +.Sh DESCRIPTION +These are variables +that are used +for setting own +malloc implementation. +Set them +using +.Ql LibHTTPC +. +.Sh SEE ALSO +.Xr libhttpc 3 +. +.Sh AUTHORS +.An Nakidai Perumenei Aq Mt nakidai@disroot.org -- cgit 1.4.1