Coding C for Portability
A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character
1)
2)
3)
4)
1)
http://gcc.gnu.org/ml/gcc/2003-11/msg01568.html
2)
Section 2.1.1.2 of the
ANSI
C 1989 standard
3)
Section 5.1.1.2 of the
ISO
C 1999 standard
4)
and probably also
ISO
C 1990 standard…
Supporting different Architectures
Programmiermodell
– 16- und 32‑Bit Architekturen
What's the difference between a word and byte?