summary refs log tree commit diff
path: root/througha.c
AgeCommit message (Collapse)Author
2024-10-25Fix env breaking v1.0.1Nakidai
I was thinking that changing `env` (the third argument of the `main`) won't change the env. I was wrong. Now it uses its own buffer for copying environment variable names into it.
2024-10-24Add code v1.0.0Nakidai