#ifndef _PLINE_H_c4f72420_ #define _PLINE_H_c4f72420_ /* * These are in mon-@-you, but they seem to deserve their own .h rather * than being lumped into mon-@-you, because their being part of the * "you" monster is an implementation detail, not anything inherent. */ extern void impossible(void); extern void panic(const char *, ...) __attribute__((__format__(__printf__,1,2),__noreturn__)); extern void pline(const char *, ...) __attribute__((__format__(__printf__,1,2))); #endif