C has the restrict keyword. It’s used only to generate more efficient code involving pointers. This chapter shows the problem restrict solves, how it solves it, and when (and when not) to use restrict.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

restrict

  • Paul J. Lucas

摘要

C has the restrict keyword. It’s used only to generate more efficient code involving pointers. This chapter shows the problem restrict solves, how it solves it, and when (and when not) to use restrict.