Max OS
0.3
Loading...
Searching...
No Matches
math.h
Go to the documentation of this file.
1
9
#ifndef MAXOS_COMMON_MATH_H
10
#define MAXOS_COMMON_MATH_H
11
12
#include <stddef.h>
13
#include <stdint.h>
14
15
namespace
common {
16
17
//
18
// uint64_t min(uint64_t val1, uint64_t val2);
19
// int min(int val1, int val2);
20
//
21
// uint64_t max(uint64_t val1, uint64_t val2);
22
// int max(int val1, int val2);
23
24
}
25
26
#endif
//MAXOS_COMMON_MATH_H
kernel
include
common
math.h
Generated by
1.9.8