import (picrin base) to (picrin user) by default
This commit is contained in:
parent
dbbc2c1a25
commit
e7c9b15d1f
|
@ -21,8 +21,6 @@ main(int argc, char *argv[])
|
||||||
|
|
||||||
pic = pic_open(argc, argv, NULL);
|
pic = pic_open(argc, argv, NULL);
|
||||||
|
|
||||||
pic_import_library(pic, pic->PICRIN_BASE);
|
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
printf("> ");
|
printf("> ");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue