1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-24 22:21:43 +02:00
Go to file
Evgeny Posenitskiy c43259176d
Add 32-bit funcs and document front end (#39)
* 32-bit functions
* adapt tests since the default write/read_num is now 32-bit
* minor cleaning in the generator
* add test for _32 functionality
* rm stdint-based types from test
* documentation
* rm trailing whitespaces in emacs
* change TREXIO_INVALID_BACK_END
* update gitignore
2021-04-07 17:37:04 +02:00
src Add 32-bit funcs and document front end (#39) 2021-04-07 17:37:04 +02:00
LICENSE Initial commit 2021-01-18 15:48:36 +01:00
README.md README 2021-03-29 00:48:08 +02:00
trex.json correct (non)local_n_max naming 2021-03-02 16:52:05 +01:00

TREXIO

TREX I/O library

Note: The code should be compliant with the C99 CERT C coding standard. This can be checked with the cppcheck tool.