mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
7 lines
90 B
C
7 lines
90 B
C
|
#ifndef __UTF8_H
|
||
|
#define __UTF8_H
|
||
|
|
||
|
void get_utf8_char(const unsigned char **ptr);
|
||
|
|
||
|
#endif
|