mirror of
https://github.com/encounter/ogws.git
synced 2026-03-30 11:33:37 -07:00
8 lines
156 B
C
8 lines
156 B
C
#ifndef MSL_STDLIB_H
|
|
#define MSL_STDLIB_H
|
|
#include <arith.h>
|
|
#include <internal/mbstring.h>
|
|
#include <internal/rand.h>
|
|
#include <internal/strtold.h>
|
|
#endif
|