Newer
Older
Scratch / ubix3 / src / include / ubixos / math.h
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 349 bytes Scratch
/**************************************************************************************
$Id: math.h,v 1.1 2002/04/20 02:59:38 reddawg Exp $


**************************************************************************************/

#ifndef KERNEL_MATH_H
#define KERNEL_MATH_H

unsigned long floor(double __x);
unsigned long ceil(double __x);

#endif