From 4929d091e0682a9965427369c2f64f01d0fdd606 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Fri, 5 Aug 2022 10:41:02 +0100 Subject: Added Undefined C --- md/notes/undefined_c/titles.md | 55 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 md/notes/undefined_c/titles.md (limited to 'md/notes/undefined_c/titles.md') 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 + + + + + -- cgit v1.2.3