summaryrefslogtreecommitdiff
path: root/examples/hello_dictd/libdz/dz.c
blob: 81442b524706569c9879b2786d2cb581608de74c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
int fake3 (void);

int fake3 (void)
{
  return 3;
}

/* fake22 must not be exported */
int fake22 (void);

int fake22 (void)
{
  return 22;
}