Changes in uspace/lib/softint/include/multiplication.h [88d5c1e:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/include/multiplication.h
r88d5c1e r9d58539 29 29 /** @addtogroup softint 30 30 * @{ 31 */ 31 */ 32 32 /** 33 33 * @file … … 38 38 39 39 /* 64 bit multiplication */ 40 extern long long __muldi3(long long, long long);40 long long __muldi3(long long a, long long b); 41 41 42 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.