Next: Locales, Previous: Networking, Up: POSIX
This section lists the various procedures Guile provides for accessing information about the system it runs on.
Return an object with some information about the computer system the program is running on.
The following procedures accept an object as returned by
uname
and return a selected component (all of which are strings).— Scheme Procedure: utsname:release un
The current release level of the operating system implementation.