[ci skip] update generated files
[scons.git] / test / D / HSTeoh / LinkingProblem / cprog.c
bloba70ea29a5f32c5e0c9f0b5770d3aab441ebcf01a
1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright The SCons Foundation
5 extern void ncurs_init();
6 extern void ncurs_cleanup();
8 int main() {
9 ncurs_init();
10 ncurs_cleanup();