Commit cdce5070 authored by Tatsuo Ishii's avatar Tatsuo Ishii

Forgot to add this file...

parent 1c6bd047
/* $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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment