Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1656 → Rev 1657

/uspace/trunk/softfloat/generic/div.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<add.h>
#include<div.h>
354,3 → 360,7
return result;
}
 
 
/** @}
*/