IUF-SDK-3
Interventional Ultrasound Library
iufUuid.h
Go to the documentation of this file.
1 #ifndef IUF_UUID_H
2 #define IUF_UUID_H
3 
7 char *iufUuidCreate(void);
8 
13 (
14  char* c
15 );
16 
17 #endif
char * iufUuidCreate(void)
Generates a unique string representing a UUID code in the format like e.g. 1b4e28ba-2fa1-11d2-883f-00...
Definition: iufUuid.c:234
void setIufUuidCreate(char *c)
Create a UUID code in the format like e.g. 1b4e28ba-2fa1-11d2-883f-0016d3cca123 and assign it to c...
Definition: iufUuid.c:254