implement makeJString(); minor tweaks elsewhere

This commit is contained in:
Joel Dice
2007-06-06 18:30:16 -06:00
parent 48e49f1fa1
commit 94338e15a8
5 changed files with 83 additions and 19 deletions

View File

@ -2,6 +2,9 @@
#define COMMON_H
#include "stdint.h"
#include "stdarg.h"
#include "string.h"
#include "stdio.h"
#define NO_RETURN __attribute__((noreturn))
#define UNLIKELY(v) __builtin_expect(v, 0)