This is a fork of the mbed port of axTLS

Dependents:   TLS_axTLS-Example HTTPSClientExample

Embed: (wiki syntax)

« Back to documentation index

os_port.c File Reference

os_port.c File Reference

OS specific functions. More...

Go to the source code of this file.

Functions

EXP_FUNC void STDCALL gettimeofday (struct timeval *t, void *timezone)
 gettimeofday() not in mbed
EXP_FUNC int STDCALL strcasecmp (const char *s1, const char *s2)
 strcasecmp() not in Win32
void exit_now (const char *format,...)
 This is a call which will deliberately exit an application, but will display some information before dying.

Detailed Description

OS specific functions.

Definition in file os_port.c.


Function Documentation

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

This is a call which will deliberately exit an application, but will display some information before dying.

Definition at line 270 of file os_port.c.

EXP_FUNC void STDCALL gettimeofday ( struct timeval *  t,
void *  timezone 
)

gettimeofday() not in mbed

gettimeofday() not in Win32

Definition at line 127 of file os_port.c.

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

strcasecmp() not in Win32

Definition at line 156 of file os_port.c.