mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-27 21:54:02 +00:00
动态链接库+修复神秘光标问题
This commit is contained in:
8
cleonos/c/include/dlfcn.h
Normal file
8
cleonos/c/include/dlfcn.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef CLEONOS_LIBC_DLFCN_H
|
||||
#define CLEONOS_LIBC_DLFCN_H
|
||||
|
||||
void *dlopen(const char *path, int flags);
|
||||
void *dlsym(void *handle, const char *symbol);
|
||||
int dlclose(void *handle);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user