T
tarkyss
Guest
मैं एक साधारण सी प्रोग्राम लिखा
# शामिल है. "/ veriuser.h"
# शामिल "acc_user.h"
# शामिल "stdio.h"
# शामिल "stdlib.h"
# शामिल "time.h"
int myrandom () (
time_t nowtime *;
(nowtime) समय;
srand ((nowtime *));
printf ( "% d समय \ यादृच्छिक nthe है% है d \ n", (nowtime *), रैंड () 128%);
)
s_tfcell veriusertfs [] = (
, usertask (0, 0, 0, myrandom, 0, "$ myrandom"),
(0) / / पिछले प्रविष्टि 0 होना चाहिए
);
जब जीसीसी और ld चल रहे हैं, नहीं, नहीं त्रुटि चेतावनी
लेकिन जब मैं चला
vsim-परीक्षण c-पीएलआइ myrandom.sl
यह कहा, कार्य प्रणाली $ myrandom परिभाषित नहीं है.
क्यों?
# शामिल है. "/ veriuser.h"
# शामिल "acc_user.h"
# शामिल "stdio.h"
# शामिल "stdlib.h"
# शामिल "time.h"
int myrandom () (
time_t nowtime *;
(nowtime) समय;
srand ((nowtime *));
printf ( "% d समय \ यादृच्छिक nthe है% है d \ n", (nowtime *), रैंड () 128%);
)
s_tfcell veriusertfs [] = (
, usertask (0, 0, 0, myrandom, 0, "$ myrandom"),
(0) / / पिछले प्रविष्टि 0 होना चाहिए
);
जब जीसीसी और ld चल रहे हैं, नहीं, नहीं त्रुटि चेतावनी
लेकिन जब मैं चला
vsim-परीक्षण c-पीएलआइ myrandom.sl
यह कहा, कार्य प्रणाली $ myrandom परिभाषित नहीं है.
क्यों?