10 lines
106 B
C
10 lines
106 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <peconv.h>
|
||
|
|
|
||
|
|
namespace tests {
|
||
|
|
|
||
|
|
int imp_list(char *path);
|
||
|
|
|
||
|
|
}; //namespace tests
|