Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wine-mirror
GitHub Repository: wine-mirror/wine
Path: blob/master/libs/mpg123/src/libmpg123/icy2utf8.h
4394 views
1
/* You expect a license plate for _this_ file? */
2
#ifndef MPG123_ICY2UTF_H
3
#define MPG123_ICY2UTF_H
4
5
#ifndef NO_ICY
6
/* (string, force conversion) */
7
char *INT123_icy2utf8(const char *, int);
8
#endif
9
10
#endif
11
12