37 #define PDBG(x) TRACE(TICS, x) 65 PDBG((
"Invalid size"));
78 char *buff = buffer[
next];
85 strcpy(buff,
"Invalid");
102 id = (
id & 0x7fffffff
UL) + 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...
#define ULL_IsValid(variable)
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).
struct sMHEG5QueueItem * next
char * ULL_ToString(U64BIT val)
Convert 64 bit value to string (for debug purposes).