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
/
RunCMake
/
GenerateExportHeader
/
c_identifier
/
main.cpp
9 lines
100 B
C++
Raw
Normal View
History
Unescape
Escape
Imported Upstream version 2.8.12
2013-11-03 12:27:13 +02:00
#
include
"c_identifier_class.h"
New upstream version 3.7.0~rc2
2016-10-30 18:24:19 +01:00
int
main
(
)
Imported Upstream version 2.8.12
2013-11-03 12:27:13 +02:00
{
CIdentifierClass
cic
;
return
cic
.
someMethod
(
)
;
}
Reference in New Issue
Copy Permalink