macmade / gnu-iso-c11

An awesome C11 compatibility framework for GNU developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNU-ISO-C11

Build Status Issues Status License Contact
Donate-Patreon Donate-Gratipay Donate-Paypal

About

An awesome C11 compatibility framework for GNU developers.

Because GNU developers are too smart to use standard C, and because everything's fancier when it starts with a G! (tm)

This awesome framework lets you write awesome C11 code with an awesome GNU-approved syntax, like:

gint main( gint argc, gconst gchar * argv[] )
{
    gint i;

    gfor( i = 0; i < argc; i++ )
    {
        /* Do awesome gstuff here... */
    }
    
    greturn 0;
}

The only thing left to say, to GNU developers, in order to thank them for their awesome, portable, clean and clever code is a big:

FUCK YOU!

License

The project is released under the terms of the MIT License.
Yes, sorry, no GPL hell here... Deal with it...

Repository Infos

Owner:			Jean-David Gadina - XS-Labs
Web:			www.xs-labs.com
Blog:			www.noxeos.com
Twitter:		@macmade
GitHub:			github.com/macmade
LinkedIn:		ch.linkedin.com/in/macmade/
StackOverflow:	stackoverflow.com/users/182676/macmade

About

An awesome C11 compatibility framework for GNU developers


Languages

Language:C 100.0%