On Sat, Jul 11, 2015 at 06:29:38PM +0200, Christoph Lohmann wrote:
On Sat, 11 Jul 2015 18:29:38 +0200 Pickfire <[email protected]> wrote:
I think linux-style is better:

int main() {
        printf("Hello!");
}

Linux kernel style is this:

        int main()
        {
                printf("Hello!\n");

                return 0;
        }

Sorry, the functions for linux is different:
https://www.kernel.org/doc/Documentation/CodingStyle

--
_____________________________________
< Do what you like, like what you do. >
-------------------------------------
       \   ^__^
        \  (oo)\_______
           (__)\       )\/\
               ||----w |
               ||     ||

Reply via email to