| 2 |
Debian-installer style guide |
Debian-installer style guide |
| 3 |
============================ |
============================ |
| 4 |
|
|
| 5 |
(This guide is ripped off multiple sources, most notably Busybox's |
(This guide is ripped off from multiple sources, most notably Busybox's |
| 6 |
style guide) |
style guide) |
| 7 |
|
|
| 8 |
This document describes the coding style conventions used in |
This document describes the coding style conventions used in |
| 177 |
Exceptions: |
Exceptions: |
| 178 |
|
|
| 179 |
- Enums, macros, and constant variables are occasionally written in all |
- Enums, macros, and constant variables are occasionally written in all |
| 180 |
upper-case with words optionally seperatedy by underscores (i.e. FIFOTYPE, |
upper-case with words optionally separated by underscores (i.e. FIFOTYPE, |
| 181 |
ISBLKDEV()). |
ISBLKDEV()). |
| 182 |
|
|