F
Fredrik Svensson
I just tried to compile a program that has popen() and pclose() in it,
with -std=c99 in gcc. And it returns that it is an implicit declaration of
function popen, so it's probably not in the stdio.h include which it is
from c90. How do I get popen() in c99?
/Fredrik
with -std=c99 in gcc. And it returns that it is an implicit declaration of
function popen, so it's probably not in the stdio.h include which it is
from c90. How do I get popen() in c99?
/Fredrik