This is a fork of the mbed port of axTLS

Dependents:   TLS_axTLS-Example HTTPSClientExample

Embed: (wiki syntax)

« Back to documentation index

os_port.h File Reference

os_port.h File Reference

Some stuff to minimise the differences between windows and linux/unix. More...

Go to the source code of this file.

Functions

EXP_FUNC void STDCALL gettimeofday (struct timeval *t, void *timezone)
 gettimeofday() not in mbed
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

Some stuff to minimise the differences between windows and linux/unix.

Definition in file os_port.h.


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.