EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
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"
Functions | |
char * | os_strdup (const char *s) |
File containing the implementation of the allocs functionalities.
char* os_strdup | ( | const char * | s | ) |
s | The input string |