Files
rmodb/src/R_list_item.h

9 lines
150 B
C

#ifndef H__R_LIST_ITEM__
#define H__R_LIST_ITEM__
#include <Rinternals.h>
SEXP R_listItem(SEXP list, const char *name);
#endif // H__R_LIST_ITEM__