aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_PRINTF_driver.c
blob: 9de10390020841caa884a15be85d4ae719df8ada (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int printf_(const char *);

int main()
{
    printf_("Hello World!: ");
}