Name: Anonymous 2009-07-29 12:23
What is your preferred style of code indentation? I personally tend to use the GNU style indent.
static char *
concat (char *s1, char *s2)
{
while (x == y)
{
something ();
somethingelse ();
}
finalthing ();
}