doc/example/b.c

Summary

Maintainability
Test Coverage
#include <stdio.h>

void b()
{
    printf ("In function b\n");
}