Guest User

Untitled

a guest
Jul 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #ifndef _BERT_TYPES_H_
  2. #define _BERT_TYPES_H_
  3.  
  4. #include <sys/types.h>
  5.  
  6. typedef uint8_t bert_magic_t;
  7.  
  8. typedef uint16_t bert_string_size_t;
  9. typedef bert_string_size_t bert_atom_size_t;
  10.  
  11. typedef uint32_t bert_binary_size_t;
  12.  
  13. typedef uint32_t bert_tuple_size_t;
  14.  
  15. #endif
Add Comment
Please, Sign In to add comment