Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip by
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.5/lwIP/api/err.c.
Function Documentation
| const char* lwip_strerr | ( | err_t | err ) |
Convert an lwip internal error to a string representation.
- Parameters:
-
err an lwip internal err_t
- Returns:
- a string representation for err
Definition at line 68 of file 0.5/lwIP/api/err.c.
Generated on Tue Jul 12 2022 16:07:21 by
1.7.2
