addictional argument for pic_open
This commit is contained in:
parent
7b55328ce6
commit
be9d518e2f
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue