On Thu, Aug 15, 2013 at 3:42 PM, Jan Nijtmans <jan.nijtm...@gmail.com>wrote:

>  /* Make sure isatty() has a prototype.
>  */
>  extern int isatty(int);
>  FILE *popen(const char*,const char*);
>
 int pclose(FILE*);


Shouldn't those be +extern for consistency with isatty (or isatty not
extern)?


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to