Sign in
qemu
/
meson
/
ac1d0aea582b225869732f53108754af2ccde7e1
/
.
/
test cases
/
unit
/
17 prebuilt shared
/
rejected.c
blob: 9d7ac9427c116c0774160156d7fb961b4daf40a6 [
file
] [
log
] [
blame
]
#include
"rejected.h"
void
say
(
void
)
{
printf
(
"You are standing outside the Great Library of Alexandria.\n"
);
printf
(
"You decide to go inside.\n\n"
);
alexandria_visit
();
printf
(
"The librarian tells you it's time to leave\n"
);
}