亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 1900 | 回復(fù): 3
打印 上一主題 下一主題

[C] 有誰(shuí)幫我看看這段代碼,為什么先從函數(shù)中返回然后才設(shè)標(biāo)志位。 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2007-11-02 16:42 |只看該作者 |倒序?yàn)g覽
static int iface_read(char *page, char **start, off_t off, int count, int *eof, void *data)
{
        return read_all(page, count, eof, data, IFACE_LEN);
        /* Turn off the warnings and still get the same object file */
        off = 0; start = 0;
}
為什么先從函數(shù)中返回然后才設(shè)標(biāo)志位?

[ 本帖最后由 winsty 于 2007-11-2 16:46 編輯 ]

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2007-11-02 17:17 |只看該作者
原帖由 winsty 于 2007-11-2 16:42 發(fā)表
static int iface_read(char *page, char **start, off_t off, int count, int *eof, void *data)
{
        return read_all(page, count, eof, data, IFACE_LEN);
        /* Turn off the warnings and still get the s ...

應(yīng)該是該程序用的編譯器比較嚴(yán)格,對(duì)未使用的參數(shù)也會(huì)警告。這樣寫用于避免編譯器警告。

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2007-11-02 17:51 |只看該作者
原帖由 winsty 于 2007-11-2 16:42 發(fā)表
static int iface_read(char *page, char **start, off_t off, int count, int *eof, void *data)
{
        return read_all(page, count, eof, data, IFACE_LEN);
        /* Turn off the warnings and still get the s ...

改動(dòng)了程序但又不想刪除原來(lái)的代碼,所以這些代碼放在return后,他們永遠(yuǎn)都不會(huì)被執(zhí)行

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2007-11-02 23:54 |只看該作者
受教了!
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP