Forum Discussion
Altera_Forum
Honored Contributor
11 years agocan't able to use usleep function in ARM DS-5
Hi, I am working with ARM DS-5 builder.I want to use Usleep function but it always display error like: "undefined reference to `usleep'" - I have already included unistd.h and when I click...
Altera_Forum
Honored Contributor
11 years ago#include "sys/unistd.h"
or # include <unistd.h> ?