bar.c   [plain text]


const char* bar()
{
    return "bar";
}