mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
17 lines
206 B
C
17 lines
206 B
C
#ifndef BASE_CONFUSABLES_H
|
|
#define BASE_CONFUSABLES_H
|
|
|
|
#include "detect.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int str_utf8_is_confusable(int smaller, int bigger);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|