summaryrefslogtreecommitdiffstats
path: root/md/notes
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2022-08-05 10:41:02 +0100
committerFreeArtMan <dos21h@gmail.com>2022-08-05 10:41:02 +0100
commit4929d091e0682a9965427369c2f64f01d0fdd606 (patch)
treebd1cb8ac53cbdd0417dff34f7d17d9f9c31b09db /md/notes
parentb4c16d7359b414a76acf86bd6c063d7128b9e985 (diff)
downloadmd-content-4929d091e0682a9965427369c2f64f01d0fdd606.tar.gz
md-content-4929d091e0682a9965427369c2f64f01d0fdd606.zip
Added Undefined C
Diffstat (limited to 'md/notes')
-rw-r--r--md/notes/undefined_c/titles.md55
1 files changed, 55 insertions, 0 deletions
diff --git a/md/notes/undefined_c/titles.md b/md/notes/undefined_c/titles.md
new file mode 100644
index 0000000..e3e015d
--- /dev/null
+++ b/md/notes/undefined_c/titles.md
@@ -0,0 +1,55 @@
+title:Undefine C
+keywords:c,linux,asm
+
+# Undefined C
+
+## Syntax
+
+### Variables
+### Functions
+### If statement
+### For cycle
+### Structure
+### Recursion
+### Macro
+### Styles
+
+## Base usage
+
+### Kernel module
+### Write plugins
+
+## Linking
+### Creating shared library
+### Create static libraries
+### Join all objects together
+
+
+## Embedding
+
+### Embed in C++
+### Embed in Go
+### Embed in Swift
+### Embed in JS
+
+### Lua in C
+### Python in C
+
+
+## Multiplatform
+
+### Cross compile
+### Different flags
+### Check architecture
+
+## Graphics
+
+### SDL2
+### GTK
+### OpenGL
+### Generate image
+
+
+
+
+