Create an executable for a program in an interpreted language: Difference between revisions

Content added Content deleted
Line 370: Line 370:
#include <dlfcn.h>
#include <dlfcn.h>
#include "j.h"
#include "j.h"
#include "jeload.h"
int main() {
int main() {
void* jdll= dlopen("./libj.so", RTLD_LAZY);
void* jdll= dlopen("./libj.so", RTLD_LAZY);