mirror of
https://github.com/drasko/codezero.git
synced 2026-01-23 16:23:16 +01:00
Initial commit
This commit is contained in:
6
include/l4/lib/math.h
Normal file
6
include/l4/lib/math.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __LIB_MATH_H__
|
||||
#define __LIB_MATH_H__
|
||||
|
||||
#define min(x, y) (((x) < (y)) ? x : y)
|
||||
|
||||
#endif /* __LIB_MATH_H__ */
|
||||
Reference in New Issue
Block a user