aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_PRINTF.c
blob: 9c4e005aba3423cca65ce386fb47722f37bcf841 (plain)
1
2
3
4
5
6
int printf(const char *format, ...);

int printf_(const char *format)
{
    return printf(format);
}