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
2//
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)
25extern size_t tuklib_mbstr_width(const char *str, size_t *bytes);
44
45#define tuklib_mbstr_fw TUKLIB_SYMBOL(tuklib_mbstr_fw)
46extern int tuklib_mbstr_fw(const char *str, int columns_min);
64
66#endif
Definition compress42.c:551
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
const char * str
Table column heading string.
Definition list.c:109