diff -ubr --exclude=CVS ./libnci.def ../myparrot/libnci.def
--- ./libnci.def	Wed Oct 29 18:15:18 2003
+++ ../myparrot/libnci.def	Sun May  2 19:30:07 2004
@@ -17,3 +17,8 @@
     nci_ii3
     nci_pi
     nci_vP
+    nci_cb_C1
+    nci_cb_C2
+    nci_cb_D1
+    nci_pip
+    nci_i_33
diff -ubr --exclude=CVS ./src/nci_test.c ../myparrot/src/nci_test.c
--- ./src/nci_test.c	Sat May  1 14:45:20 2004
+++ ../myparrot/src/nci_test.c	Sun May  2 19:16:20 2004
@@ -73,6 +73,7 @@
 /* test calls this with a string */
 int nci_it(void *p) {
     fprintf(stderr, "%c%c\n", ((char*) p)[1], ((char *) p)[0]);
+    fflush(stderr);
     return 2;
 }
 
@@ -103,6 +104,7 @@
 
 int nci_iiii(int i1, int i2, int i3) {
     fprintf(stderr, "%d %d %d\n", i1, i2, i3);
+    fflush(stderr);
     return 2;
 }
 
