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
/
18 includedir
/
include
/
func.h
blob: 647b72fa2045b3947b79185e7342a4c3202227aa (
plain
)
1
2
3
4
5
6
#ifndef FUNC_H__
#define FUNC_H__
int
func
(
void
);
#endif