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
added release.txt blurb. Fixed spelling typo in Defaults.xml
[scons.git]
/
test
/
Actions
/
pre-post-fixture
/
work1
/
bar.c
blob
1ea20c185288a895ed62a91816413b5f77286293
1
// SPDX-License-Identifier: MIT
2
//
3
// Copyright The SCons Foundation
4
5
#include <stdio.h>
6
7
int
main
(
void
)
8
{
9
printf
(
"bar.c
\n
"
);
10
return
0
;
11
}