Project

General

Profile

Revision 57

working

View differences:

lab4.c
4 4
#include <stdio.h>
5 5

  
6 6
#include "mouse_func.h"
7
#include "kbc_func.h"
7 8

  
8 9
int main(int argc, char *argv[]) {
9 10
  // sets the language of LCF messages (can be either EN-US or PT-PT)
......
80 81
    }
81 82

  
82 83
    if (unsubscribe_interrupt(&mouse_id)) return 1;
84
    if(kbc_restore_kbd()) return 1;
83 85

  
84 86
    return 0;
85 87
}

Also available in: Unified diff