diff options
| author | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
|---|---|---|
| committer | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
| commit | e80d9d8871b325a04b18f90a9ea4bb7fd148fb25 (patch) | |
| tree | 79dbdb8506b7ff1e92549188d1b94cfc0b3503ae /tools/src/sep.h | |
Diffstat (limited to 'tools/src/sep.h')
| -rw-r--r-- | tools/src/sep.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/src/sep.h b/tools/src/sep.h new file mode 100644 index 0000000..8d7d04a --- /dev/null +++ b/tools/src/sep.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: MIT */ + +#ifndef SEP_H +#define SEP_H + +#include "asc.h" +#include "types.h" + +int sep_init(void); +size_t sep_get_random(void *buffer, size_t len); + +#endif |
