- Notifications
You must be signed in to change notification settings - Fork22
Toaster192/czech.h
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The czech library for C (and C++). Why? Because we could, of course!
Please contribute your otherhorrible awesome and creative translationsso that we can write a fully czech code to suit all our needs.
This project resides solely in a single header file, aptly namedczech.h
.Download that file alone, or along this whole repository, and then, afterincluding it in your source files like you would with any other header, youwill be fully set up! (Just make sure you use relatively modern compiler)
We have this project tested and provably working withClang, but newer versions of gccare also known to work, as well as some other compilers.
For testing, we also provide C to Č and reverse transpiler in the filetranslate.py
. Launch it with./translate.py to czech.h path/to/your/C/file.c path/to/new/Č/file.č
#include"czech.h"#include<stdio.h>číslohlavní(prázdno){položř("Ahoj, světe!");vrať0;}