doc/example/a.c

Summary

Maintainability
Test Coverage
#include <stdio.h>

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