PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
platform.h
1
#ifndef __PLATFORM_H__
2
#define __PLATFORM_H__
3
4
int
GetUsername(
char
*buffer,
unsigned
int
BufferSize);
5
int
GetLocalhostName(
char
*buffer,
unsigned
int
BufferSize);
6
unsigned
int
GetSystemDate(
void
);
7
unsigned
int
GetFileCreationDate(
const
char
*path);
8
int
GetCurrentWorkingDirectory(
char
*buffer,
unsigned
int
BufferSize);
9
void
upperbuff(
char
*temp);
10
11
#if defined(_WIN32) || defined(WIN32)
12
#define PATHSEP '\\'
13
#else
14
#define PATHSEP '/'
15
#endif
16
17
#endif
/* __PLATFORM_H__ */
tools
romimg
src
platform.h
Generated on Thu Nov 14 2024 05:25:29 for PS2SDK by
1.9.8