restrict
摘要
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.