mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-23 02:17:22 +00:00
8 lines
73 B
C
8 lines
73 B
C
|
#include "crtools.h"
|
||
|
#include "log.h"
|
||
|
|
||
|
int cr_check(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|