059b59c98e
trying to get plugins working on Cygwin. Added Files: Makefile test1-static/* test2-dynamic/* test3-twomodules/* test4-interdep/*
9 lines
109 B
C++
9 lines
109 B
C++
#include "module1.h"
|
|
|
|
const char *module_name = "AddModule";
|
|
|
|
int operate (int a, int b)
|
|
{
|
|
return a + b;
|
|
}
|