| 1383 | #endif |
| 1384 | |
| 1385 | static int stb_textedit_paste(STB_TEXTEDIT_STRING* str, STB_TexteditState* state, STB_TEXTEDIT_CHARTYPE const* ctext, int len) |
| 1386 | { |
| 1387 | return stb_textedit_paste_internal(str, state, (STB_TEXTEDIT_CHARTYPE*)ctext, len); |
| 1388 | } |
| 1389 | |
| 1390 | #if defined(__GNUC__) || defined(__clang__) |
| 1391 | #pragma GCC diagnostic pop |
no test coverage detected