libeinfo: document the x suffix on function names

This fixes #88.
This commit is contained in:
Jaromil 2016-06-02 12:15:08 +02:00 committed by William Hubbs
parent 8bca2cd4b3
commit 7f84b5d741

View File

@ -71,6 +71,7 @@ void elog(int, const char * EINFO_RESTRICT, ...) EINFO_PRINTF(2, 3);
* *
* The n suffix denotes that no new line should be printed. * The n suffix denotes that no new line should be printed.
* The v suffix means only print if EINFO_VERBOSE is yes. * The v suffix means only print if EINFO_VERBOSE is yes.
* The x suffix means function will exit() returning failure.
*/ */
/*@{*/ /*@{*/
int einfon(const char * __EINFO_RESTRICT, ...) EINFO_PRINTF(1, 2); int einfon(const char * __EINFO_RESTRICT, ...) EINFO_PRINTF(1, 2);