Header guards....
This commit is contained in:
parent
14d1667424
commit
d7af70719c
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef BUF_H
|
||||
#define BUF_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
@ -46,3 +49,5 @@ uint64_t buf_read_u64(const uint8_t *buf, size_t *index);
|
|||
//
|
||||
// double buf_read_f64(const uint8_t *buf, size_t *index);
|
||||
// double buf_read_f64_auto(const uint8_t *buf, size_t *index);
|
||||
|
||||
#endif // BUF_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue