committed by
Kristian Høgsberg
parent
384a11aeac
commit
f568fd5c35
@@ -36,6 +36,10 @@ extern "C" {
|
||||
#include "matrix.h"
|
||||
#include "config-parser.h"
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(x,y) (((x) < (y)) ? (x) : (y))
|
||||
#endif
|
||||
|
||||
#define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])
|
||||
|
||||
#define container_of(ptr, type, member) ({ \
|
||||
|
||||
Reference in New Issue
Block a user