37 #define PDBG(x) TRACE(TICS, x) 58 if (ULL_IsValid(size))
65 PDBG((
"Invalid size"));
78 char *buff = buffer[next];
85 strcpy(buff,
"Invalid");
100 static U32BIT
id = 0;
102 id = (
id & 0x7fffffffUL) + 1;
void ULONG_Itoa(U64BIT variable, char *str)
Convert unsigned 64 bit to a string. The string should be able to hold at least 21 characters...
U32BIT MHEG5GetUniqueId(void)
Return a unique ID. The ID is a non-zero 32-bit value. It is guaranteed to be unique for the first 0x...
void ULL_Print(U64BIT size)
Print a stream size value (for debug purposes).
char * ULL_ToString(U64BIT val)
Convert 64 bit value to string (for debug purposes).