8 lines
90 B
C
8 lines
90 B
C
#ifndef _UUID_H_
|
|
#define _UUID_H_
|
|
#include <stdint.h>
|
|
|
|
uint32_t GetUUID32(void);
|
|
|
|
#endif
|
|
|