안녕하세요..
linux에서 난수발생 함수를 사용하고 싶은데..
proc 에서요..
보통 c 에서는 random() 함수를 사용하는데..
이함수를 사용하니 error 가 나네요..
error---- too many arguments to function `random' ----
include 는..
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
를 사용했구요..
혹시 include 지원하는게 틀린가요?
아시는분 칼켜주세요..