8 lines
70 B
C
8 lines
70 B
C
|
#pragma once
|
||
|
|
||
|
namespace CPU {
|
||
|
namespace Integer {
|
||
|
void TestAll();
|
||
|
}
|
||
|
}
|