#include extern int ticket(void); int main() { for (;;) printf("%d\n", ticket()); }