Ignore:
File:
1 edited

Legend:

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

    rc67aff2 r750636a  
    11/*
    22 * Copyright (c) 2005 Josef Cejka
    3  * Copyright (c) 2011 Petr Koupy
    43 * All rights reserved.
    54 *
     
    3130 * @{
    3231 */
    33 /** @file Substraction functions.
     32/** @file
    3433 */
    3534
     
    3938extern float32 subFloat32(float32, float32);
    4039extern float64 subFloat64(float64, float64);
    41 extern float128 subFloat128(float128, float128);
    4240
    4341#endif
Note: See TracChangeset for help on using the changeset viewer.