This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/reactos/CMake.git
synced
2024-12-04 01:22:28 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
61726f867e
CMake
/
Tests
/
SimpleInstallS2
/
foo.h
12 lines
120 B
C
Raw
Normal View
History
Unescape
Escape
ENH: Add install test
2004-02-01 17:53:28 +00:00
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
extern
char
*
foo
;
ENH: Fix test on HP-UX
2004-02-04 14:42:50 +00:00
extern
int
SomeFunctionInFoo
(
)
;
ENH: Add install test
2004-02-01 17:53:28 +00:00
#
ifdef __cplusplus
}
#
endif
Reference in New Issue
Copy Permalink