10 lines
118 B
C
10 lines
118 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <peconv.h>
|
||
|
|
|
||
|
|
namespace tests {
|
||
|
|
|
||
|
|
int imports_mix(const char *my_path);
|
||
|
|
|
||
|
|
}; //namespace tests
|