You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
528 B
18 lines
528 B
Utf8 and unicode in C
|
|
https://www.cprogramming.com/tutorial/unicode.html
|
|
|
|
Asciidoc reference:
|
|
https://asciidoctor.org/docs/asciidoc-writers-guide/
|
|
https://gist.github.com/dcode/0cfbf2699a1fe9b46ff04c41721dda74
|
|
|
|
Parsing Json in C:
|
|
https://github.com/zserge/jsmn
|
|
|
|
Sconstruct a make alternative:
|
|
https://github.com/SCons/scons/wiki/SConsCrashCourse
|
|
|
|
Write a simple text editor written in pure C:
|
|
https://viewsourcecode.org/snaptoken/kilo/
|
|
|
|
All C keywords:
|
|
https://www.programiz.com/c-programming/list-all-keywords-c-language |