On Tue, Jun 26, 2012 at 20:13, Philip Guenther wrote: > Sorry, in this case, the C code *is* the documentation. If you're > reading the kernel code then you should check things in the rough > order:
> 2) does the C standard specify the behavior? Nitpick! This may be misleading in some cases, since the kernel is free standing. Language wise, it's accurate, but less so wrt library functions.
