I am learning to use getline in C programming and tried the codes from http://crasseux.com/books/ctutorial/getline.html
#include #include <
I am also using MinGW. I checked MinGW headers and getline() does not appear in any C header, it appears only in C++ headers. This means the C function getline() does not exist in MinGW.
getline()