c_todrop - Store the dropped line information in an ASCII buffer

SYNTAX

#include "archio.h"

FUNCTION c_todrop (drop, buffer, nbuf)

    struct DROPPED *drop;
    char buffer[][DRP_SIZ+1];
    long *nbuf;		

PARAMETERS

drop (struct DROPPED *, input)

AVHRR dropped line structure containing the dropped line information for an archive image.

buffer (char [][DRP_SIZ+1], output)

ASCII buffer to store the dropped line information in. The output buffer will contain at most DRP_RECS records of DRP_SIZ characters.

nbuf (long *, output)

The number of buffers required to hold all of the dropped line information.

DESCRIPTION

Store all of the dropped line information in an ASCII buffer.

RETURN VALUE

c_todrop() has no return value.