http://linux-ntfs.sourceforge.net/snapshots/ntfsprogs-200307311516.tar.bz2
[ntfsprogs.git] / doc / CodingStyle
1
2 The standard K&R coding style is used in this project and the guidelines
3 outlined in the Linux kernel CodingStyle document (found in the Linux kernel
4 main directory in Documentation/CodingStyle) should be adhered to as strictly
5 as possible.
6
7 Special notes:
8
9         Capitals are used when declaring NTFS on-disk structures which you
10         can't just go ahead modifying without getting killed (in a bug sense,
11         not literally...). In memory structures are named with lower case as
12         usual.
13