EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Functions
allocs.c File Reference

File containing the implementation of the allocs functionalities. More...

#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include "allocs.h"
Include dependency graph for allocs.c:

Functions

char * os_strdup (const char *s)
 

Detailed Description

File containing the implementation of the allocs functionalities.

Author
Alexandru Mereacre
Date
2020

Function Documentation

◆ os_strdup()

char* os_strdup ( const char *  s)
Parameters
sThe input string
Returns
char* The dublicate string pointer, NULL on error