int isfriend(char *id)
{
if (getCurrentUser() && strcmp(getCurrentUser()->userid, "guest")) {
return myfriend(searchuser(id), NULL, getSession());
} else {
return false;
}
}
【 在 ukbee (小蜜蜂) 的大作中提到: 】
: 不方便用 cvs,
: 我一般用snap呀
: 是不是现在的snap已经最新了呀??
: ...................
--
FROM 211.144.200.*