mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
6 lines
90 B
C
6 lines
90 B
C
|
|
#ifndef __UTF8_H
|
||
|
|
#define __UTF8_H
|
||
|
|
|
||
|
|
void get_utf8_char(const unsigned char **ptr);
|
||
|
|
|
||
|
|
#endif
|