Sign in
apache
/
buildstream
/
ff05b274885b5ad0d7e853578c0125a454fa0c61
/
.
/
src
/
buildstream
/
_testing
/
_sourcetests
/
project
/
files
/
dev-files
/
usr
/
include
/
pony.h
blob: 40bd0c2e768fbd9238ce3a7f332c245fd950b64f [
file
] [
log
] [
blame
]
#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__ */