smaller C to avoid negative
This commit is contained in:
parent
faccde9326
commit
fb94e5f52e
|
@ -11,7 +11,7 @@
|
||||||
#define CACHE_HIT_THRESHOLD 200
|
#define CACHE_HIT_THRESHOLD 200
|
||||||
#define WAIT_TIME 1000
|
#define WAIT_TIME 1000
|
||||||
#define AVAR 1664525
|
#define AVAR 1664525
|
||||||
#define CVAR 1013904223
|
#define CVAR 10020107
|
||||||
int main() {
|
int main() {
|
||||||
int index = -1;
|
int index = -1;
|
||||||
int flag = -1;
|
int flag = -1;
|
||||||
|
@ -40,4 +40,4 @@ int main() {
|
||||||
|
|
||||||
deallocate_shared_buffer(buf);
|
deallocate_shared_buffer(buf);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue