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
7e8471ce7b
CMake
/
Tests
/
SubDir
/
AnotherSubdir
/
secondone.c
7 lines
68 B
C
Raw
Normal View
History
Unescape
Escape
BUG: Fix aus source dir and add better testing of it
2004-04-27 17:22:57 +04:00
#
include
<stdio.h>
void
secondone
(
)
ENH: Add extra test files
2004-04-27 02:49:31 +04:00
{
BUG: Fix aus source dir and add better testing of it
2004-04-27 17:22:57 +04:00
printf
(
"
Hello again
\n
"
)
;
ENH: Add extra test files
2004-04-27 02:49:31 +04:00
}