Forum Discussion
Altera_Forum
Honored Contributor
20 years agoI cann't use "getchar()"
I add one section code to hello_small_word.c. But it cann't building. # include "alt_types.h"# include <stdio.h># include <unistd.h># include "system.h"# include "sys/alt_irq.h"# inc...
Altera_Forum
Honored Contributor
20 years agowhat is the error masege that you get?
and what is the meenning of while(c='a') this will always be true did you ment (c=='a')