#include "copyrt.h"
#include <stdio.h>
#include <memory.h>
#include <unistd.h>
#include "sysdep.h"
Go to the source code of this file.
Functions | |
void | get_ieee_node_identifier (uuid_node_t *node) |
void | get_system_time (uuid_time_t *uuid_time) |
void | get_random_info (char seed[16]) |
void get_ieee_node_identifier | ( | uuid_node_t * | node | ) |
Definition at line 39 of file sysdep.cpp.
void get_random_info | ( | char | seed[16] | ) |
Definition at line 179 of file sysdep.cpp.
void get_system_time | ( | uuid_time_t * | uuid_time | ) |
Definition at line 127 of file sysdep.cpp.