On Thu, 26 Feb 2004 12:21:52 +0100 (MET), Szakacsits Szabolcs =
<sz...@si...> wrote:
>> > int stoucs( uchar_t * dst, char const * src, int size )
>
>Please note, the coding style is the
>
> ntfsprogs/doc/CodingStyle
that's only a few lines (redirecting to the one below)
> kernel/Documentation/CodingStyle
all i found was /usr/src/linux/Documentation/CodingStyle
but that does not contain anything about * or const:
>Code can easily end up in the kernel in the future. The most often used
>way is this (consider spacing and 'const char' order):
>
> int stoucs(uchar_t *dst, const char *src, int size)
[i'm happy with whatever way of writing const (the compiler
will spit it out in error messages my way anyways :O), but
i need the doc to know how i should do things]
br,
andras
|