Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
451f67f951ed96abd5e074301fb459ec30daa3f4
/
.
/
projects
/
sample
/
include
/
sample.h
blob: db3441f76ffcd7665e816ae488535e7553670aaa [
file
] [
log
] [
blame
]
/*
* File: sample.h
*
* This is a sample header file that is global to the entire project.
* It is located here so that everyone will find it.
*/
extern
int
compute_sample
(
int
a
);