Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softfloat/include/sub.h

    r750636a r00acd66  
    2727 */
    2828
    29 /** @addtogroup softfloat
     29 /** @addtogroup softfloat     
    3030 * @{
    3131 */
     
    3636#define __SUB_H__
    3737
    38 extern float32 subFloat32(float32, float32);
    39 extern float64 subFloat64(float64, float64);
     38float32 subFloat32(float32 a, float32 b);
     39
     40float64 subFloat64(float64 a, float64 b);
    4041
    4142#endif
    4243
    43 /** @}
     44
     45 /** @}
    4446 */
     47
Note: See TracChangeset for help on using the changeset viewer.