mirror of
https://github.com/corda/corda.git
synced 2025-06-19 07:38:22 +00:00
implement makeJString(); minor tweaks elsewhere
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user