# Functions

Uptime reads system uptime from /proc/uptime and returns the number of seconds since last system boot.
UptimeFromFile reads system uptime information from filepath and returns the number of seconds since last system boot.

# Type aliases

UptimeFuncType cleans up function arguments or return type.