X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sstlinux.c;fp=sstlinux.c;h=b93084289fa64fd1d783a1fffde431229450168a;hp=316d58a90126b9a131207807d395343b4d880351;hb=f32d2d732216b19d96c2e31b5aa3b977f9646354;hpb=fee8e83e1b2c4d61bd0346d282dd89074580140b diff --git a/sstlinux.c b/sstlinux.c index 316d58a..b930842 100644 --- a/sstlinux.c +++ b/sstlinux.c @@ -10,18 +10,6 @@ static int fd = 0; -#ifdef SERGEEV -int c_printf (char *format, ... ) -{ - char buffer[BUFSIZ]; /* Well, BUFSIZ is from ncurses... */ - va_list argp; - va_start(argp,format); - vsprintf(buffer,format,argp); - va_end(argp); - return waddstr(conio_scr,buffer); -} -#endif /* SERGEEV */ - void sound(unsigned int freq) { if(fd==0) fd=open("/dev/console", O_RDONLY);