addictional argument for pic_open

This commit is contained in:
Yuichi Nishiwaki 2014-09-04 19:11:41 +09:00
parent 7b55328ce6
commit be9d518e2f
1 changed files with 2 additions and 1 deletions

View File

@ -8,10 +8,11 @@
int
main(int argc, char *argv[], char **envp)
{
xFILE *stdio[3] = { xstdin, xstdout, xstderr };
pic_state *pic;
int status = 0;
pic = pic_open(argc, argv, envp);
pic = pic_open(argc, argv, envp, stdio);
pic_init_picrin(pic);