diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-02 14:36:55 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-02 14:36:55 -0500 |
commit | e8b7d01ff68fed675d1397f4556f159f0c32246d (patch) | |
tree | b8ae0532b5801b63f218ca3135997e911e3e2d9c /string32.c | |
parent | 4ff4d669ccb658b8b48785d37946378a5b29688c (diff) |
rust syntax highlighting
Diffstat (limited to 'string32.c')
-rw-r--r-- | string32.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,4 +130,4 @@ bool is32_digit(char32_t c) { // could this character appear in a C-style identifier? bool is32_ident(char32_t c) { return c <= WINT_MAX && (iswalnum((wint_t)c) || c == '_'); -} +}
\ No newline at end of file |