#include "archio.h"
FUNCTION c_todrop (drop, buffer, nbuf)
struct DROPPED *drop; char buffer[][DRP_SIZ+1]; long *nbuf;
AVHRR dropped line structure containing the dropped line information for an archive image.
ASCII buffer to store the dropped line information in. The output buffer will contain at most DRP_RECS records of DRP_SIZ characters.
The number of buffers required to hold all of the dropped line information.
Store all of the dropped line information in an ASCII buffer.
c_todrop() has no return value.