#include "grid.h"
FUNCTION c_wrtgrid (grid)
struct GRID *grid;
The geometric mapping grid to write.
Write a geometric mapping grid to a label services file. The grid will be saved in the file grid->gridname.
c_wrtgrid() returns
E_SUCC --> Successful completion. E_FAIL --> Operation failed.