This website requires JavaScript.
Explore
Help
Sign In
Lubuntu
/
cmake
Watch
3
Star
0
Fork
0
You've already forked cmake
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cmake
/
Tests
/
ExportImport
/
Import
/
imp_testTransExe1.c
7 lines
68 B
C
Raw
Normal View
History
Unescape
Escape
Import cmake 2.6.4.
2009-05-01 17:43:35 +03:00
extern
int
imp_lib1
(
void
)
;
New upstream version 3.29.2
2024-04-14 22:45:38 +02:00
int
main
(
void
)
Import cmake 2.6.4.
2009-05-01 17:43:35 +03:00
{
return
imp_lib1
(
)
;
}
Reference in New Issue
Copy Permalink