Cthulhu  0.2.10
Cthulhu compiler collection
console.c File Reference
#include "io/console.h"
#include "io/impl.h"
#include "core/macros.h"
#include <stdio.h>
Include dependency graph for console.c:

Go to the source code of this file.

Functions

io_tio_stdout (void)
 get the global stdout IO object More...
 
io_tio_stderr (void)
 get the global stderr IO object More...
 

Function Documentation

◆ io_stderr()

io_t* io_stderr ( void  )

get the global stderr IO object

Returns
the global stderr IO object

Definition at line 65 of file console.c.