source:
GPL/trunk/include/linux/gcd.h@
598
Last change on this file since 598 was 598, checked in by , 8 years ago | |
---|---|
File size: 125 bytes |
Line | |
---|---|
1 | #ifndef _LINUX_GCD_H |
2 | #define _LINUX_GCD_H |
3 | unsigned long gcd(unsigned long a, unsigned long b); |
4 | #endif /* _LINUX_GCD_H */ |
Note:
See TracBrowser
for help on using the repository browser.