Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/math/include/trunc.h

    ra11bcb1 re6f5766  
    3838#include <mathtypes.h>
    3939
    40 extern float64 trunc_float64(float64);
     40extern float32_t float32_trunc(float32_t);
     41extern float64_t float64_trunc(float64_t);
    4142
    4243#endif
Note: See TracChangeset for help on using the changeset viewer.