A version of LWIP, provided for backwards compatibility.

Dependents:   AA_DemoBoard DemoBoard HelloServerDemo DemoBoard_RangeIndicator ... more

Embed: (wiki syntax)

« Back to documentation index

err.c File Reference

err.c File Reference

Error Management module. More...

Go to the source code of this file.

Functions

const char * lwip_strerr (err_t err)
 Convert an lwip internal error to a string representation.

Detailed Description

Error Management module.

Definition in file 0.2/lwIP/api/err.c.


Function Documentation

const char* lwip_strerr ( err_t  err )

Convert an lwip internal error to a string representation.

Parameters:
erran lwip internal err_t
Returns:
a string representation for err

Definition at line 68 of file 0.2/lwIP/api/err.c.