RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Macros | Functions
t-test-checks-eno.c File Reference

This source file contains the implementation of T_strerror(), T_check_eno(), and T_check_eno_success(). More...

#include <rtems/test.h>
#include <errno.h>

Macros

#define T_STRERROR_CASE(eno)   case eno: return #eno
 

Functions

const char * T_strerror (int eno)
 
void T_check_eno (const T_check_context *t, int a, int e)
 
void T_check_eno_success (const T_check_context *t, int a)
 

Detailed Description

This source file contains the implementation of T_strerror(), T_check_eno(), and T_check_eno_success().