Rev 12 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12 | Rev 15 | ||
---|---|---|---|
Line 68... | Line 68... | ||
68 | int VME_close (int hHandle) |
68 | int VME_close (int hHandle) |
69 | { |
69 | { |
70 | int result; |
70 | int result; |
71 | 71 | ||
72 | /* close the opened path */ |
72 | /* close the opened path */ |
73 |
|
73 | //printf("VME_Close at addr=%d\n",hHandle); |
74 | 74 | ||
75 | result = VMEclose(hHandle); |
75 | result = VMEclose(hHandle); |
76 | if (result) { |
76 | if (result) { |
77 | printf("Can't close interface!\n"); |
77 | printf("Can't close interface!\n"); |
78 | } |
78 | } |