Visible to Intel only — GUID: mwh1416946766967
Ixiasoft
Visible to Intel only — GUID: mwh1416946766967
Ixiasoft
6.5. UNIX-Style Interface
The following list contains all of the available UNIX-style functions:
- _exit()
- close()
- fstat()
- getpid()
- gettimeofday()
- ioctl()
- isatty()
- kill()
- lseek()
- open()
- read()
- sbrk()
- settimeofday()
- stat()
- usleep()
- wait()
- write()
The most commonly used functions are those that relate to file I/O.
For more information, refer to the “File System” chapter.
For more information about the use of these functions, refer to the "HAL API Reference" chapter.