Friendly LWM2M client
WppPlatform.cpp File Reference
#include "WppPlatform.h"
#include <cstring>
#include "liblwm2m.h"
+ Include dependency graph for WppPlatform.cpp:

Go to the source code of this file.

Functions

void * lwm2m_malloc (size_t s)
 
void lwm2m_free (void *p)
 
char * lwm2m_strdup (const char *str)
 
int lwm2m_strncmp (const char *s1, const char *s2, size_t n)
 
int lwm2m_strcasecmp (const char *str1, const char *str2)
 
time_t lwm2m_gettime (void)
 
void lwm2m_printf (const char *format,...)
 

Function Documentation

◆ lwm2m_free()

void lwm2m_free ( void *  p)

Definition at line 36 of file WppPlatform.cpp.

◆ lwm2m_gettime()

time_t lwm2m_gettime ( void  )

Definition at line 61 of file WppPlatform.cpp.

+ Here is the call graph for this function:

◆ lwm2m_malloc()

void* lwm2m_malloc ( size_t  s)

Definition at line 32 of file WppPlatform.cpp.

+ Here is the caller graph for this function:

◆ lwm2m_printf()

void lwm2m_printf ( const char *  format,
  ... 
)

Definition at line 65 of file WppPlatform.cpp.

+ Here is the call graph for this function:

◆ lwm2m_strcasecmp()

int lwm2m_strcasecmp ( const char *  str1,
const char *  str2 
)

Definition at line 57 of file WppPlatform.cpp.

◆ lwm2m_strdup()

char* lwm2m_strdup ( const char *  str)

Definition at line 40 of file WppPlatform.cpp.

+ Here is the call graph for this function:

◆ lwm2m_strncmp()

int lwm2m_strncmp ( const char *  s1,
const char *  s2,
size_t  n 
)

Definition at line 53 of file WppPlatform.cpp.