Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softint/include/multiplication.h

    r2467b41 re6d670f  
    3737#define __SOFTINT_MULTIPLICATION_H__
    3838
     39extern long __muldi3(long, long);
     40
    3941/* 64 bit multiplication */
    40 extern long long __muldi3(long long, long long);
     42extern long long __multi3(long long, long long);
    4143
    4244#endif
Note: See TracChangeset for help on using the changeset viewer.