PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ SWAP

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

Definition at line 37 of file rt_statistics.c.