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

int fake3 (void)
{
  return 3;
}

/* fake must not be exported */
int fake2 (void);

int fake2 (void)
{
  return 2;
}