Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
tuklib_mbstr.h
Go to the documentation of this file.
1// SPDX-License-Identifier: 0BSD
2
4//
12//
13// Author: Lasse Collin
14//
16
17#ifndef TUKLIB_MBSTR_H
18#define TUKLIB_MBSTR_H
19
20#include "tuklib_common.h"
22
23#define tuklib_mbstr_width TUKLIB_SYMBOL(tuklib_mbstr_width)
24extern size_t tuklib_mbstr_width(const char *str, size_t *bytes);
43
44#define tuklib_mbstr_fw TUKLIB_SYMBOL(tuklib_mbstr_fw)
45extern int tuklib_mbstr_fw(const char *str, int columns_min);
63
65#endif
Definition compress42.c:551
#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
const char * str
Table column heading string.
Definition list.c:109
Common definitions for tuklib modules.