![]() |
Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
|
Go to the source code of this file.
Data Structures | |
| struct | utsname |
Macros | |
| #define | _UTSNAME_LENGTH 65 |
Functions | |
| int | uname (struct utsname *buf) |
| Return the name and the version of the system. More... | |
| int uname | ( | struct utsname * | buf | ) |
Return the name and the version of the system.
| buf | The buffer for returning the names. |
| int | 0 on success and -1 on error, with the reason left in errno. |