Skip to content

File lt_posix_api.h

FileList > base > lt_posix_api.h

Go to the source code of this file.

  • #include <sys/time.h>
  • #include <time.h>

Public Functions

Type Name
int strcasecmp (const char * s1, const char * s2)
char * strdup (const char *)
int strncasecmp (const char * s1, const char * s2, size_t n)
char * strptime (const char * buf, const char * fmt, struct tm * tm)

Public Functions Documentation

function strcasecmp

int strcasecmp (
    const char * s1,
    const char * s2
) 

function strdup

char * strdup (
    const char *
) 

function strncasecmp

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

function strptime

char * strptime (
    const char * buf,
    const char * fmt,
    struct tm * tm
) 

The documentation for this class was generated from the following file cores/common/base/lt_posix_api.h