Henry's Notebook
Many strange things
搜索
菜单
导航
首页
最近更改
随机页面
帮助
Henry's Home
个人资料
个人资料
创建账户
登录
消息
目前您没有通知。请访问您的
讨论页
以查看过去消息。
页面工具
内容页面
讨论
查看源代码
历史
首页
»
页面s
查看“BBS 好友列表”的源代码
←
BBS 好友列表
页面上次由
HenryHu
编辑于12年前
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:emailconfirmed
您可以查看与复制此页面的源代码。
== friends == <source lang="c"> struct friends { char id[13]; char exp[LEN_FRIEND_EXP]; #ifdef FRIEND_MULTI_GROUP int groupid; #endif }; struct friends_info { char exp[LEN_FRIEND_EXP]; }; struct friends_group { char name[15]; unsigned int p; char f; char b; }; </source> == utmp.c == ; cmpfuid [(const void*a,const void*b)] * Friend.NCaseId() ; getfriendstr [(struct userec* user,struct user_info* puinfo)] * User.GetFriends() ; myfriend [(int uid, char *fexp)] * UserInfo.HasFriend() ; hisfriend [(int uid,struct user_info* him)] * UserInfo.HasFriend()
返回至
BBS 好友列表
。