Partial merge of I/O management.
[super-star-trek.git] / sstlinux.c
index b376b399b30c4e6ed9a120d3d7598c0cb5a6c3a7..316d58a90126b9a131207807d395343b4d880351 100644 (file)
@@ -10,6 +10,7 @@
 
 static int fd = 0;
 
+#ifdef SERGEEV
 int c_printf (char *format, ... )
 {
     char buffer[BUFSIZ]; /* Well, BUFSIZ is from ncurses...  */
@@ -19,6 +20,7 @@ int c_printf (char *format, ... )
     va_end(argp);
     return waddstr(conio_scr,buffer);
 }
+#endif /* SERGEEV */
 
 void sound(unsigned int freq)
 {