6 lines
89 B
C
6 lines
89 B
C
#ifndef LIB_H
|
|
#define LIB_H
|
|
|
|
bool error_registers(int n, int regnumber);
|
|
|
|
#endif //LIB_H
|