blob: e3e015d953fd3bdc7555cbb3e909aefcf4657b3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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
|