![]() |
RTEMS 6.1-rc7
|
This header file provides the interfaces of the Device I/O Support. More...
Go to the source code of this file.
Typedefs | |
typedef void(* | IO_Put_char) (int c, void *arg) |
This type defines the put character handler. | |
Functions | |
int | _IO_Printf (IO_Put_char put_char, void *arg, char const *fmt,...) RTEMS_PRINTFLIKE(3 |
Prints characters using the put character handler according to the format string. | |
int int | _IO_Vprintf (IO_Put_char put_char, void *arg, char const *fmt, va_list ap) |
Prints characters using the put character handler according to the format string. | |
void | _IO_Relax (void) |
Issues a couple of no-operation instructions. | |
This header file provides the interfaces of the Device I/O Support.