diff options
author | systemcoder <systemcoder@protonmail.com> | 2020-03-21 20:27:58 +0000 |
---|---|---|
committer | systemcoder <systemcoder@protonmail.com> | 2020-03-21 20:27:58 +0000 |
commit | dea754a95c639fa3142e1c1b1b60a9a6500377e5 (patch) | |
tree | 4d96dd504fe25fd0d8d9a97bd170c67f111b2a0f /H64E-2/h64e-model.h | |
parent | bb47949b70525a266ebc9badae1e87496001389d (diff) | |
download | H64D-2-dea754a95c639fa3142e1c1b1b60a9a6500377e5.tar.gz H64D-2-dea754a95c639fa3142e1c1b1b60a9a6500377e5.zip |
Hex output for different column sizes and different data types is working
Diffstat (limited to 'H64E-2/h64e-model.h')
-rw-r--r-- | H64E-2/h64e-model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/H64E-2/h64e-model.h b/H64E-2/h64e-model.h index 761d327..84fcbf2 100644 --- a/H64E-2/h64e-model.h +++ b/H64E-2/h64e-model.h @@ -43,4 +43,6 @@ int h64e_so_data_out(H64E_stream_out *out, uint8_t *data, int32_t size); int h64e_so_ready(H64E_stream_out *out); int h64e_so_len(H64E_stream_out *out); + + #endif /* h64e_model_h */ |