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
/
280 pkgconfig-gen
/
simple.h
blob: 6896bfd17f7e4c639e8c52ca0dccd1ab70593dcf (
plain
)
1
2
3
4
5
6
#ifndef SIMPLE_H_
#define SIMPLE_H_
int
simple_function
(
void
);
#endif