zcash_script/depend/zcash/src/rust/include/librustzcash.h

15 lines
269 B
C

#ifndef ZCASH_RUST_INCLUDE_LIBRUSTZCASH_H
#define ZCASH_RUST_INCLUDE_LIBRUSTZCASH_H
#include "rust/types.h"
#include <stddef.h>
#include <stdint.h>
#ifndef __cplusplus
#include <assert.h>
#include <stdalign.h>
#endif
#endif // ZCASH_RUST_INCLUDE_LIBRUSTZCASH_H