ckb-std 1.1.0

This library contains serveral modules help you write CKB contract with Rust
1
2
3
4
5
6
7
8
#ifndef CKB_C_STDLIB_STDDEF_H_
#define CKB_C_STDLIB_STDDEF_H_

#include "internal/types.h"
#define NULL ((void*)0)
#include <entry.h>

#endif /* CKB_C_STDLIB_STDDEF_H_ */