cpp-cheat/posix/dlopen.c
2015-08-08 01:02:02 +02:00

16 lines
138 B
C

/*
# dlopen
# dlsym
Dynamic library interfaces.
TODO example.
*/
#include "common.h"
int main() {
return EXIT_SUCCESS;
}