mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 11:14:01 +00:00
应用程序套件
This commit is contained in:
8
kit/include/dlfcn.h
Normal file
8
kit/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