summaryrefslogtreecommitdiffstats
path: root/Tests/GhsMulti/GhsMultiDepOrder/protolib/proto1.c.in
blob: 0efb1bd8ded59eaae702e53759f9b6b159407e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "proto1.h"

int func1p(void)
{
  return 1;
}

int func2p(void)
{
  return 2;
}

int func3p(void)
{
  return 3;
}