8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8181b commit ec30cfdCopy full SHA for ec30cfd
src/bin/pgaccess/lib/languages/chinese_big5
@@ -0,0 +1,39 @@
1
+ 0x0d2C
2
+ ==========
3
+
4
+May your signals all trap
5
+ May your references be bounded
6
+All memory aligned
7
+ Floats to ints rounded
8
9
10
+Remember ...
11
12
13
+Non-zero is true
14
+ ++ adds one
15
+Arrays start with zero
16
+and, NULL is for none
17
18
19
+For octal, use zero
20
+ 0x means hex
21
+= will set
22
+ == means test
23
24
25
+use -> for a pointer
26
+ a dot if its not
27
+? : is confusing
28
+ use them a lot
29
30
31
+a.out is your program
32
+ there's no U in foobar
33
+and, char (*(*x())[])() is
34
+ a function returning a pointer
35
+ to an array of pointers to
36
+ functions returning char
37
38
+ -- Jon S. Stumpf
39
0 commit comments