VMS Help  —  CRTL  get[w]delim
    Read characters from an input stream until the specified delimiter
    character is encountered.

    Format

    #include <stdio.h>

    ssize_t getdelim (char **lineptr, size_t *n, int delimiter,
                       FILE *stream);

    ssize_t getwdelim (wchar_t **lineptr, size_t *n, wint_t delimiter,
                       FILE *stream);
Additional Information: explode extract
Function Variants Arguments Description Return Value
Close Help