mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
13 lines
318 B
C
13 lines
318 B
C
/* This isn't pregenerated - use nspr, instead */
|
|
|
|
#include "prtypes.h"
|
|
|
|
#define ART_SIZEOF_CHAR PR_BYTES_PER_BYTE
|
|
#define ART_SIZEOF_SHORT PR_BYTES_PER_SHORT
|
|
#define ART_SIZEOF_INT PR_BYTES_PER_ING
|
|
#define ART_SIZEOF_LONG PR_BYTES_PER_LONG
|
|
|
|
typedef PRUint8 art_u8;
|
|
typedef PRUint16 art_u16;
|
|
typedef PRUint32 art_u32;
|