diff options
| author | Nakidai <nakidai@disroot.org> | 2024-11-24 15:51:45 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-11-24 15:51:45 +0300 |
| commit | 0cd2e735fd54f96e4765b823cded724c61572031 (patch) | |
| tree | b74fd7d78daac4dd6933717a1c74a09bcbef198b /src/libhttpc.c | |
| download | libhttpc-0cd2e735fd54f96e4765b823cded724c61572031.tar.gz libhttpc-0cd2e735fd54f96e4765b823cded724c61572031.zip | |
Add code
Diffstat (limited to 'src/libhttpc.c')
| -rw-r--r-- | src/libhttpc.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libhttpc.c b/src/libhttpc.c new file mode 100644 index 0000000..2f700b2 --- /dev/null +++ b/src/libhttpc.c @@ -0,0 +1,8 @@ +#include "libhttpc.h" + + +void LibHTTPC(LibHTTPC_Malloc *malloc, LibHTTPC_Realloc *realloc) +{ + LibHTTPC_malloc = malloc; + LibHTTPC_realloc = realloc; +} |