home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
240_01
/
noop.c
< prev
next >
Wrap
Text File
|
1987-07-30
|
256b
|
16 lines
#include <time.h>
#include "ciao.h"
/*
** noop definition for #defines in debug test files
*/
void noop()
{
;
}
void bell() { putch('\a'); }