diff options
| author | 2024-08-23 20:27:07 +0200 | |
|---|---|---|
| committer | 2024-08-23 20:27:07 +0200 | |
| commit | 1370d6b64e984726c096139ab02f4493e6904e2f (patch) | |
| tree | 10114b7874469fc96233ddf801d32b6d0bbbfe7d /snac.c | |
| parent | Some optimizations. (diff) | |
| download | penes-snac2-1370d6b64e984726c096139ab02f4493e6904e2f.tar.gz penes-snac2-1370d6b64e984726c096139ab02f4493e6904e2f.tar.xz penes-snac2-1370d6b64e984726c096139ab02f4493e6904e2f.zip | |
Searches are now case-insensitive for all alphabets.
Diffstat (limited to 'snac.c')
| -rw-r--r-- | snac.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -6,6 +6,7 @@ | |||
| 6 | #include "xs.h" | 6 | #include "xs.h" |
| 7 | #include "xs_hex.h" | 7 | #include "xs_hex.h" |
| 8 | #include "xs_io.h" | 8 | #include "xs_io.h" |
| 9 | #include "xs_unicode_tbl.h" | ||
| 9 | #include "xs_unicode.h" | 10 | #include "xs_unicode.h" |
| 10 | #include "xs_json.h" | 11 | #include "xs_json.h" |
| 11 | #include "xs_curl.h" | 12 | #include "xs_curl.h" |