summaryrefslogtreecommitdiff
path: root/test/ldso/howdy.c
blob: 00a144b30a4bbe67b8556e4f15520aad374b1756 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int howdy(const char *s)
{
	return printf("howdy: %s\n", s);
}