C get linux login name




    char user[64];
    getlogin_r(user,sizeof(user)-1);


留言

熱門文章