[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@jemoka / Jemoka Knowledge Base / raw/concept/kbhrestrict.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- title: "restrict" source: https://www.jemoka.com/posts/kbhrestrict/ --- in C/C++, its a keyword: f(restrict char *a, restrict char *b) means that a and b are unique pointers to the objects to which they refer.