This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
fb77c2c54b
CMake
/
Tests
/
CMakeCommands
/
target_compile_features
/
lib_restrict.h
8 lines
101 B
C
Raw
Blame
History
#
ifndef LIB_RESTRICT_H
#
define LIB_RESTRICT_H
int
foo
(
int
*
restrict
a
,
int
*
restrict
b
)
;
#
endif
Reference in New Issue
View Git Blame
Copy Permalink