Skip to content

A simple example of making a plugin in C using dlopen.

License

Notifications You must be signed in to change notification settings

seilis/example-c-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Plugin Example

This is a simple example making a plugin in C.

Build

Compiling is simple since we're using autotools:

autoreconf -i
./configure
make

If you wish to install, you can issue the final:

make install

Run the example

After building, you can run the example program with:

./plugintest

About

A simple example of making a plugin in C using dlopen.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published