#include <stdarg.h>
#include <stdio.h>
#include <core/stats.h>
#include <xcalls/xcalls.h>
Go to the source code of this file.
Functions | |
| int XCALL_DEF() | x_printf (const char *format,...) |
| Formatted output conversion. | |
Definition in file x_printf.c.
| int XCALL_DEF() x_printf | ( | const char * | format, | |
| ... | ||||
| ) |
Formatted output conversion.
Execution : deferred
Asynchronous failures : abort
| [out] | result | Where to store any asynchronous failures. |
Definition at line 24 of file x_printf.c.
References _XCALL, txc_stats_txstat_increment, txc_tx_get_txd(), x_printf(), and x_write_pipe().
1.4.7