inline and _inline

来源:互联网 发布:城市地质数据涉及到 编辑:程序博客网 时间:2024/04/30 10:24
There's no  functional difference. "__inline__" is  a reserved keyword
in  C so  it's  safe(ish) to  use in  headers  that might  be seen  by
arbitrary  user applications. For  stuff that  only the  kernel proper
uses, "inline" is slightly more readable.