mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-01 07:06:26 -05:00
17 lines
353 B
C
17 lines
353 B
C
#ifndef _MSL_EXTRAS_H
|
|
#define _MSL_EXTRAS_H
|
|
|
|
#include <ansi_params.h>
|
|
#include <size_t.h>
|
|
#include <time.h>
|
|
#include "unistd.h"
|
|
#include <null.h>
|
|
#include <stdio.posix.h>
|
|
#include "extras_io.h"
|
|
#include "extras_malloc.h"
|
|
#include "extras_stdlib.h"
|
|
#include "extras_string.h"
|
|
#include "extras_time.h"
|
|
#include "extras_wchar.h"
|
|
|
|
#endif /* _MSL_EXTRAS_H */ |