summaryrefslogtreecommitdiffstats
path: root/md/notes/undefined_c/titles.md
diff options
context:
space:
mode:
Diffstat (limited to 'md/notes/undefined_c/titles.md')
-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
+
+
+
+
+