libcss
Loading...
Searching...
No Matches
Macros
dump_computed.h File Reference
#include <libcss/computed.h>
#include <libcss/properties.h>
#include <libcss/types.h>

Go to the source code of this file.

Macros

#define ABS(x)   (uint32_t)((x) < 0 ? -(x) : (x))
 

Macro Definition Documentation

◆ ABS

#define ABS (   x)    (uint32_t)((x) < 0 ? -(x) : (x))