pgsql/src/include/mb (pg_wchar.h)

Поиск
Список
Период
Сортировка
Искать

pgsql/src/include/mb (pg_wchar.h)

От:
Tatsuo Ishii <ishii>
Дата:
  Date: Friday, August 25, 2000 @ 10:24:10
Author: ishii

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/mb
     from hub.org:/tmp/cvs-serv58307

Modified Files:
	pg_wchar.h 

-----------------------------  Log Message  -----------------------------

Change return type of:
       pg_mb2wchar(const unsigned char *, pg_wchar *);
       pg_mb2wchar_with_len(const unsigned char *, pg_wchar *, int);
from void to int. Now they return the number of 
wide chars.

FAQ