index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
common
/
112 subdir subproject
/
subprojects
/
sub
/
sub.h
blob: 2b59a3a3297c60e5e8e00b26642a014f953f5b09 (
plain
)
1
2
3
4
5
6
#ifndef SUB_H
#define SUB_H
int
sub
(
void
);
#endif