SSBM Decomp
Loading...
Searching...
No Matches
console_io.h
Go to the documentation of this file.
1#ifndef MSL_CONSOLE_IO_H
2#define MSL_CONSOLE_IO_H
3
4#include <platform.h>
5
7s32 __write_console(s32, s32 arg1, s32* arg2);
8u8 __read_console(u32, u8* buf, u32* n);
9
10#endif
s32 __write_console(s32, s32 arg1, s32 *arg2)
Definition console_io.c:16
s32 MSL_ConsoleIo_80325F18(void)
Definition console_io.c:11
u8 __read_console(u32, u8 *buf, u32 *n)
Definition console_io.c:36
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
signed long s32
A signed 32-bit integer.
Definition platform.h:14
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20