mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-22 05:37:44 +01:00
7 lines
102 B
C
7 lines
102 B
C
extern int printf(const char *, ...);
|
|
|
|
void bar(void)
|
|
{
|
|
printf("Hello from %s!\n", __FUNCTION__);
|
|
}
|