2 /* Code for module to be loaded by test63. */
12 void exithandler(void);
14 long modfunction(long v1
, long *argcookie
, long v2
) {
15 if(v1
!= MAGIC4
|| v2
!= MAGIC5
) {
16 fprintf(stderr
, "wrong args to modfunction\n");
24 void exithandler(void) {