TRY Macro

macros.h

# define TRY(x) { int aaaa_; if((aaaa_

Parameters

x
a function which returns a value
Returns
the error code and go out of the program flow


Summary

This function check the value returned by the function.


Return to the API index