I do not get the OK from beep, and flash crashes the program.
This is my code:
#include <curses.h>
int main(int argc,char** argv)
{
if(beep()!=OK)
printf("No OK\n"); fflush(stdout);
if(flash()!=OK)
printf("No Flash\n"); fflush(stdout);
return 0;
}
In Love in Jesus Christ, Or Lord and Savior.
For God so loved the world, that he gave his only *begotten Son, that whosoever
believeth in him should not perish, but have everlasting life.
--John 3:16
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"