Logo
Explore Help
Sign In
mono/linux-packaging-mono
0
0
Fork 0
You've already forked linux-packaging-mono
Code Issues Pull Requests Packages Projects Releases Wiki Activity
linux-packaging-mono/external/llvm/test/tools/llvm-cov/Inputs/sources_specified/abs.h

6 lines
59 B
C
Raw Normal View History

Imported Upstream version 6.0.0.172 Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
2019-04-12 14:10:50 +00:00
int abs(int x) {
if (x < 0)
return -x;
return x;
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 739ms Template: 7ms
English
English
Licenses API