summaryrefslogtreecommitdiff
path: root/queries/tcl.h
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-22 12:49:58 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-22 12:49:58 +0100
commit0dce637073c97752e436ee5a1d1e16bf3dc8e7b2 (patch)
treea79b36c2f7009bc9c18023e53a466a5ad4777529 /queries/tcl.h
parent59b30c1305ff6bcb63c673898893edcda19e27e4 (diff)
downloadcrep-0dce637073c97752e436ee5a1d1e16bf3dc8e7b2.tar.gz
Add Tcl grammar and ABI compliance check
Diffstat (limited to 'queries/tcl.h')
-rw-r--r--queries/tcl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/queries/tcl.h b/queries/tcl.h
new file mode 100644
index 0000000..e717958
--- /dev/null
+++ b/queries/tcl.h
@@ -0,0 +1,10 @@
+unsigned char query_tcl[] = {
+ 0x28, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x64, 0x75, 0x72, 0x65, 0x0a, 0x20,
+ 0x20, 0x22, 0x70, 0x72, 0x6f, 0x63, 0x22, 0x20, 0x40, 0x66, 0x74, 0x79,
+ 0x70, 0x65, 0x0a, 0x20, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3a, 0x20, 0x28,
+ 0x5f, 0x29, 0x20, 0x40, 0x66, 0x6e, 0x61, 0x6d, 0x65, 0x0a, 0x20, 0x20,
+ 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x20, 0x28,
+ 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x29, 0x20, 0x40,
+ 0x66, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x29, 0x0a
+};
+unsigned int query_tcl_len = 81;