Changes in uspace/lib/softint/include/multiplication.h [2467b41:e6d670f] in mainline
- File:
-
- 1 edited
-
uspace/lib/softint/include/multiplication.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/include/multiplication.h
r2467b41 re6d670f 37 37 #define __SOFTINT_MULTIPLICATION_H__ 38 38 39 extern long __muldi3(long, long); 40 39 41 /* 64 bit multiplication */ 40 extern long long __mul di3(long long, long long);42 extern long long __multi3(long long, long long); 41 43 42 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
