summaryrefslogtreecommitdiff
path: root/src/fe-text/utf8.h
blob: 3d8f3783838dcc3f802dc2f29b191835e76c7880 (plain)
1
2
3
4
5
6
#ifndef __UTF8_H
#define __UTF8_H

void get_utf8_char(const unsigned char **ptr);

#endif