wget2  2.0.0
mem.c File Reference

(2021-09-05 15:34:56 -0600, (build 0f85ef3))

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.