mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Forgot to add this file...
This commit is contained in:
parent
1c6bd04713
commit
cdce507053
18
src/bin/psql/mbprint.h
Normal file
18
src/bin/psql/mbprint.h
Normal file
@ -0,0 +1,18 @@
|
||||
/* $Id: mbprint.h,v 1.1 2001/10/15 04:52:59 ishii Exp $ */
|
||||
#ifndef MBPRINT_H
|
||||
#define MBPRINT_H
|
||||
|
||||
|
||||
#ifdef MULTIBYTE
|
||||
|
||||
#include "mb/pg_wchar.h"
|
||||
|
||||
pg_wchar utf2ucs(const unsigned char *c);
|
||||
|
||||
unsigned char *mbvalidate(unsigned char *pwcs);
|
||||
#endif /* MULTIBYTE */
|
||||
|
||||
int pg_wcswidth(unsigned char *pwcs, int len);
|
||||
|
||||
#endif /* MBPRINT_H */
|
||||
|
Loading…
Reference in New Issue
Block a user