summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index f014d89..39e582b 100644
--- a/main.c
+++ b/main.c
@@ -81,6 +81,8 @@ int main(int argc, char **argv) {
#endif
setlocale(LC_ALL, ""); // allow unicode
+ printf("%d\n", !!stristr("foo", "x"));
+
{ // get local data directory
#if _WIN32
wchar_t *appdata = NULL;