stdio_console.h 185 B

1234567891011
  1. /*
  2. * Copyright (C) 2000 Jeff Dike ([email protected])
  3. * Licensed under the GPL
  4. */
  5. #ifndef __STDIO_CONSOLE_H
  6. #define __STDIO_CONSOLE_H
  7. extern void save_console_flags(void);
  8. #endif