#include <oskit/clientos.h>oskit_error_t oskit_clientos_sethostname(char *hostname, int len);
Set the operating system hostname. This is typically called from the network initialization code, once the hostname has been determined.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.