wget2 2.1.0
Loading...
Searching...
No Matches
mem.c File Reference

(2024-03-29 16:10:06 +0000, (build 5bd0af6))

Memory functions. More...

#include <config.h>
#include <string.h>
#include <wget.h>
#include "private.h"
Include dependency graph for mem.c:

Functions

void * wget_memdup (const void *m, size_t n)
 
char * wget_strdup (const char *s)
 
char * wget_strmemdup (const void *m, size_t n)
 
size_t wget_strmemcpy (char *s, size_t ssize, const void *m, size_t n)
 
void * wget_strmemcpy_a (char *s, size_t ssize, const void *m, size_t n)
 

Detailed Description

Memory functions.