diff options
| author | 2023-11-21 22:14:54 -0600 | |
|---|---|---|
| committer | 2023-11-21 22:14:54 -0600 | |
| commit | 9ce02c0e72500054156fcbbd876782b568173823 (patch) | |
| tree | f4560da5cd2d3bf4a9aea686292a60827c9681d0 /src/main.c | |
| parent | fix trap (diff) | |
custom assert macros and other stuff
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ int main(void) { - setlocale(LC_ALL, ""); + setlocale(LC_ALL, "C.UTF-8"); printf("%d\n", getpid()); #if 0 |
