Rizin
unix-like reverse engineering framework and cli tools
tuklib_mbstr.h
Go to the documentation of this file.
1 //
10 //
11 // Author: Lasse Collin
12 //
13 // This file has been put into the public domain.
14 // You can do whatever you want with this file.
15 //
17 
18 #ifndef TUKLIB_MBSTR_H
19 #define TUKLIB_MBSTR_H
20 
21 #include "tuklib_common.h"
23 
24 #define tuklib_mbstr_width TUKLIB_SYMBOL(tuklib_mbstr_width)
25 extern size_t tuklib_mbstr_width(const char *str, size_t *bytes);
44 
45 #define tuklib_mbstr_fw TUKLIB_SYMBOL(tuklib_mbstr_fw)
46 extern int tuklib_mbstr_fw(const char *str, int columns_min);
64 
66 #endif
static ut8 bytes[32]
Definition: asm_arc.c:23
Common definitions for tuklib modules.
#define TUKLIB_DECLS_END
Definition: tuklib_common.h:48
#define TUKLIB_DECLS_BEGIN
Definition: tuklib_common.h:40
#define tuklib_mbstr_width
Definition: tuklib_mbstr.h:24
#define tuklib_mbstr_fw
Definition: tuklib_mbstr.h:45