mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
589cc12296
* wip * bunch of MSL_C files thanks to pikmin2 decomp for their work * format / asm * progress * fix * fix remove-asm to work with C files * init / start
7 lines
118 B
C
7 lines
118 B
C
#ifndef MSL_COMMON_SRC_ERRNO_H
|
|
#define MSL_COMMON_SRC_ERRNO_H
|
|
|
|
extern int errno;
|
|
|
|
#endif /* MSL_COMMON_SRC_ERRNO_H */
|