PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ SWAP

#define SWAP (   x,
 
)    { double t; t = x; x = y; y = t; }

Definition at line 37 of file rt_statistics.c.