RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
compare.c File Reference
#include <string.h>
#include "uuidP.h"
Include dependency graph for compare.c:

Macros

#define UUCMP(u1, u2)   if (u1 != u2) return((u1 < u2) ? -1 : 1);
 

Functions

int uuid_compare (const uuid_t uu1, const uuid_t uu2)