mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-29 07:48:11 -04:00
JKernel debug (#3012)
This commit is contained in:
@@ -10,10 +10,12 @@ typedef struct {
|
||||
int rem; /* remainder */
|
||||
} div_t;
|
||||
|
||||
int abs(int n);
|
||||
long int labs(long int n);
|
||||
div_t div(int numerator, int denominator);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _MSL_COMMON_ARITH_H */
|
||||
#endif /* _MSL_COMMON_ARITH_H */
|
||||
|
||||
Reference in New Issue
Block a user