Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

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

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages