VMS Help  —  CRTL  get[w]line
    Read characters from an input stream

    Format

      #include <stdio.h>

      ssize_t getline (char **lineptr, size_t *n, FILE *stream);

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