moved regex.c to c directory
[mirrors/Programs.git] / plugins / pidgin-plugins / autokiss / regex.c
diff --git a/plugins/pidgin-plugins/autokiss/regex.c b/plugins/pidgin-plugins/autokiss/regex.c
deleted file mode 100644 (file)
index be488f7..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <stdio.h>
-#include <glib.h>
-
-//gcc `pkg-config --cflags --libs glib-2.0` regex.c -o regex
-
-int main() {
-       char string[] = "hello lol OMG NAZDAR ROFL! cus.";
-       if(g_regex_match_simple("lolo", string, 0, 0)) puts("true");
-               else puts("false");
-}
This page took 0.095599 seconds and 4 git commands to generate.