repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ci skip] update generated files
[scons.git]
/
test
/
D
/
HSTeoh
/
LinkingProblem
/
cprog.c
blob
a70ea29a5f32c5e0c9f0b5770d3aab441ebcf01a
1
// SPDX-License-Identifier: MIT
2
//
3
// Copyright The SCons Foundation
4
5
extern
void
ncurs_init
();
6
extern
void
ncurs_cleanup
();
7
8
int
main
() {
9
ncurs_init
();
10
ncurs_cleanup
();
11
}