index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
FindPython
/
main.c
blob: 0119ce0537999e6afc6ae893ceba58f6f407c7d9 (
plain
)
1
2
3
4
5
6
7
#include
"display_time.h"
int
main
(
void
)
{
display_time
();
}