發表文章

目前顯示的是 5月, 2016的文章

Markdown

ptheard

圖片
add -lptheard with gcc warning: implicit declaration of function ‘sleep’ [-Wimplicit-function-declaration]  sleep(1); http://stackoverflow.com/questions/14818084/what-is-the-proper-include-for-the-function-sleep-in-c according to man page sleep(3) http://linux.die.net/man/3/sleep http://www.gnu.org/software/coreutils/manual/html_node/sleep-invocation.html#sleep-invocation should add    #include <unistd.h>

Learn Git (1)

圖片