summaryrefslogtreecommitdiff
path: root/tests/sources/generic/project/files/dev-files/usr/include/pony.h
blob: 40bd0c2e768fbd9238ce3a7f332c245fd950b64f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __PONY_H__
#define __PONY_H__

#define PONY_BEGIN "Once upon a time, there was a pony."
#define PONY_END "And they lived happily ever after, the end."

#define MAKE_PONY(story)  \
  PONY_BEGIN \
  story \
  PONY_END

#endif /* __PONY_H__ */