Files
mercury/extras/dynamic_linking
Julien Fischer dc9b9621a7 Fix compilation of dynamic linking tests.
extras/dynamic_linking/dl_test.m:
extras/dynamic_linking/dl_test2.m:
     Conform to the current interface of the dl module.
2021-01-25 03:41:42 +11:00
..

This directory contains the following files:

dl.m:
	A module containing support for dynamic linking
	(i.e. a binding to the C functions dlopen(), dlsym(), and dlclose()).

name_mangle.m:
	A module containing a representation for Mercury procedure
	specifiers and a function for mangling them into symbol names
	suitable for passing to dlsym().

dl_test.m:
hello.m:
dl_test.exp:
	A sample program (and test case) for the use of dynamic linking.