|
NeKernel dev
|
#include <libSystem/SystemKit/Err.h>#include <libSystem/SystemKit/Syscall.h>#include <libSystem/SystemKit/System.h>#include <libSystem/SystemKit/Verify.h>Functions | |
| IMPORT_C Char * | StrFmt (const Char *fmt,...) |
| IMPORT_C VoidPtr | MmCopyMemory (_Input VoidPtr dest, _Input VoidPtr src, _Input UInt64 len) |
| Copy memory region. | |
| IMPORT_C SInt64 | MmStrLen (const Char *in) |
| Get length of string. | |
| IMPORT_C VoidPtr | MmFillMemory (_Input VoidPtr dest, _Input UInt64 len, _Input UInt8 value) |
| Fill memory region. | |
| IMPORT_C Ref | IoOpenFile (_Input const Char *path, _Input const Char *drv_letter) |
| IMPORT_C Void | IoCloseFile (_Input Ref desc) |
| Closes a file and flushes its content. | |
| IMPORT_C UInt64 | IoSeekFile (_Input Ref desc, _Input UInt64 off) |
| IMPORT_C UInt64 | IoTellFile (_Input Ref desc) |
| Tell the current position of the file pointer. | |
| IMPORT_C SInt32 | PrintOut (_Input IORef desc, const Char *fmt,...) |
Closes a file and flushes its content.
| file_desc | the file descriptor. |
Tell the current position of the file pointer.
| file_desc | the file descriptor. |
Copy memory region.
Fill memory region.
| IMPORT_C Char * StrFmt | ( | const Char * | fmt, |
| ... ) |