Rizin
unix-like reverse engineering framework and cli tools
rz_base91.h
Go to the documentation of this file.
1 #ifndef RZ_BASE91_H
2 #define RZ_BASE91_H
3 
4 #include <rz_types.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 RZ_API int rz_base91_encode(char *bout, const ut8 *bin, int len);
11 RZ_API int rz_base91_decode(ut8 *bout, const char *bin, int len);
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif // RZ_BASE91_H
size_t len
Definition: 6502dis.c:15
#define RZ_API
uint8_t ut8
Definition: lh5801.h:11
RZ_API int rz_base91_encode(char *bout, const ut8 *bin, int len)
Definition: base91.c:69
RZ_API int rz_base91_decode(ut8 *bout, const char *bin, int len)
Definition: base91.c:28
Definition: malloc.c:26