7 lines
97 B
C++
7 lines
97 B
C++
![]() |
#include "libB.hpp"
|
||
|
#include "libC.hpp"
|
||
|
|
||
|
std::string getZlibVers(void) {
|
||
|
return getGenStr();
|
||
|
}
|