Ruby  2.1.10p492(2016-04-01revision54464)
Macros | Functions
dln.h File Reference

Go to the source code of this file.

Macros

#define _(args)   ()
 
#define DLN_FIND_EXTRA_ARG
 
#define DLN_FIND_EXTRA_ARG_DECL
 

Functions

char * dln_find_exe_r (const char *, const char *, char *, size_t DLN_FIND_EXTRA_ARG_DECL)
 
char * dln_find_file_r (const char *, const char *, char *, size_t DLN_FIND_EXTRA_ARG_DECL)
 
void * dln_load (const char *)
 

Macro Definition Documentation

◆ _

#define _ (   args)    ()

◆ DLN_FIND_EXTRA_ARG

#define DLN_FIND_EXTRA_ARG

Definition at line 34 of file dln.h.

Referenced by dln_find_exe_r(), and dln_find_file_r().

◆ DLN_FIND_EXTRA_ARG_DECL

#define DLN_FIND_EXTRA_ARG_DECL

Definition at line 37 of file dln.h.

Function Documentation

◆ dln_find_exe_r()

char* dln_find_exe_r ( const char *  ,
const char *  ,
char *  ,
size_t  DLN_FIND_EXTRA_ARG_DECL 
)

◆ dln_find_file_r()

char* dln_find_file_r ( const char *  ,
const char *  ,
char *  ,
size_t  DLN_FIND_EXTRA_ARG_DECL 
)

◆ dln_load()

void* dln_load ( const char *  )