mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-02 23:55:44 -05:00
21 lines
400 B
C
21 lines
400 B
C
/*
|
|
* Content: Interface file to standard UNIX-style entry points ...
|
|
*
|
|
* NB: This file implements some UNIX low level support. These functions
|
|
* are not guaranteed to be 100% conformant.
|
|
*/
|
|
|
|
#ifndef _MSL_UTSNAME_H
|
|
#define _MSL_UTSNAME_H
|
|
|
|
#include <ansi_params.h>
|
|
|
|
#pragma options align=native
|
|
|
|
_MSL_BEGIN_EXTERN_C
|
|
|
|
_MSL_END_EXTERN_C
|
|
|
|
#pragma options align=reset
|
|
|
|
#endif /*_MSL_UTSNAME_H */ |