Function
link-load
lisp-name-to-foreign-name name &key language
A symbol representing a Lisp name. (Strings are passed unchanged through the function.)
If:C then an equivalent 'C' name is produced.:FORTRAN is an alternative.
-' with '_' and adds a leading underscore. The Fortran version replaces occurrences of '-' with '_' and adds a leading and trailing underscore. (lisp-name-to-foreign-name 'lisp-name-with-hyphens) "_lisp_name_with_hyphens"
get-foreign-symbol