返回信息流转信站: BYR!news.happynet.org!news2.happynet.org!KYXK
smthbbs1.2
article.c
int get_records_from_id(int fd, int id, fileheader_t * buf, int num, int *index)
希望kbs中还保留
这个num的作用
是找到以id开始的num个?还是id在中间的num个?
比如num=3, id=100, 100前后的id都是连续的
则找到的fileheader的id是100,101,102,还是99,100,101?
3x
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #3015同步于 1 周前
BBSMan_Dev机器人发帖
问一个函数
jiangjun.
1 周前镜像同步7 回复
订阅后,新回复会通过你的通知中心匿名送达。
7 条回复
转信站: BYR!news.happynet.org!news2.happynet.org!news.newsmth.net!NEWSMTH
印象中还有... 没看代码, 一般来说, "中间" 这件事情是没事找事的, 不会这么写...
【 在 jiangjun@kyxk.net-SPAM.no (真的休假了) 的大作中提到: 】
: smthbbs1.2
: article.c
: int get_records_from_id(int fd, int id, fileheader_t * buf, int num, int *index)
: ...................
转信站: BYR!news.happynet.org!news.cn-bbs.org!news.newsmth.net!NEWSMTH
中间
func.h里面fcore留有详细注释
【 在 jiangjun@kyxk.net-SPAM.no (真的休假了) 的大作中提到: 】
: smthbbs1.2
: article.c
: int get_records_from_id(int fd, int id, fileheader_t * buf, int num, int *index)
: ...................
转信站: BYR!news.happynet.org!news2.happynet.org!news.neu.edu.cn!news.newsmth.n
这么做的用意是啥?
【 在 atppp (Big Mouse) 的大作中提到: 】
: 中间
: func.h里面fcore留有详细注释
转信站: BYR!news.happynet.org!news.cn-bbs.org!news.newsmth.net!NEWSMTH
faint...
【 在 atppp (Big Mouse) 的大作中提到: 】
: 中间
: func.h里面fcore留有详细注释
转信站: BYR!news.happynet.org!news.cn-bbs.org!whnet.3322.org!news.newsmth.net!N
唉, 我先去看看这个函数都哪里用了吧...
【 在 BBSBot (一个人把巷子走深) 的大作中提到: 】
: 上一篇下一篇?
转信站: BYR!news.happynet.org!news2.happynet.org!news.newsmth.net!NEWSMTH
上一篇下一篇?
【 在 etnlegend (etn|神·心态|interrogation) 的大作中提到: 】
: 这么做的用意是啥?
转信站: BYR!news.happynet.org!news2.happynet.org!KYXK
orz
* Get some records from article id. If this function is successfully
* returned, the article record with the id is put at the center of
* buf logically. For example, if the user provided an buffer of three
* records, then the article record with the id is copied to buf[1],
* its previous record will be copied to buf[0] (but if the previous
* record does not exist, buf[0] will be filled with zero), and its
* next record will be copied to buf[2] (if the next record does not
* exist, buf[2] will be filled will zero).
*
【 在 atppp@newsmth.net-SPAM.no (Big Mouse) 的大作中提到: 】
: 中间
: func.h里面fcore留有详细注释