Changeset 499 for GPL/branches/uniaud32-2.1.x/include/linux/gcd.h
- Timestamp:
- Jul 5, 2010, 11:51:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/include/linux/gcd.h
r487 r499 1 1 #ifndef _LINUX_GCD_H 2 2 #define _LINUX_GCD_H 3 3 unsigned long gcd(unsigned long a, unsigned long b); 4 4 #endif /* _LINUX_GCD_H */
Note:
See TracChangeset
for help on using the changeset viewer.