#include "graphics/sys.h"
#include <stdarg.h>
#include <stdio.h>
Go to the source code of this file.
◆ file_log()
void file_log |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ file_read_open() [1/2]
FILE* file_read_open |
( |
const WChar * |
fname | ) |
|
◆ file_read_open() [2/2]
FILE* file_read_open |
( |
const WChar * |
fname, |
|
|
const WChar * |
mode |
|
) |
| |
◆ file_write_open() [1/2]
FILE* file_write_open |
( |
const WChar * |
fname | ) |
|
◆ file_write_open() [2/2]
FILE* file_write_open |
( |
const WChar * |
fname, |
|
|
const WChar * |
mode |
|
) |
| |
◆ string_cat()
WChar* string_cat |
( |
WChar * |
dest, |
|
|
const WChar * |
src |
|
) |
| |
◆ string_cmp()
int string_cmp |
( |
const WChar * |
str1, |
|
|
const WChar * |
str2 |
|
) |
| |
◆ string_cpy()
WChar* string_cpy |
( |
WChar * |
dest, |
|
|
const WChar * |
src |
|
) |
| |
◆ fp