gpg test
This commit is contained in:
parent
852fe43c21
commit
f502803102
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
//#define _DEBUG
|
|
||||||
int check_registers(int a, int b, int max_reg);
|
int check_registers(int a, int b, int max_reg);
|
||||||
int main() {
|
int main() {
|
||||||
int max_reg = 4;
|
int max_reg = 4;
|
||||||
|
|
Reference in a new issue