Apache 1.3 API Documentation

Routine ap_blookc

Definition:

int ap_blookc(char *buffer, BUFF *fb);
     

Usage example:

do {
    /* something */
} while (fold
         && (retval != 1)
         && (n > 1)
         && (ap_blookc(&next, in) == 1)
         && ((next == ' ')
             || (next == '\t')));
     

No documentation available.


Previous: ap_block_alarms Next: ap_bnonblock

Table of Contents (Routines, Structures, Data Cells, Constants)