spmenu/libs/rtl.c
2023-03-17 15:35:40 +01:00

10 lines
89 B
C

#if USERTL
#include "rtl-c.c"
#else
void
apply_fribidi(char *str)
{
return;
}
#endif