#ifdef LINT_ARGS

int peekw(int);
void pokew(int, int);

#else

extern int peekw();
extern void pokew();

#endif

