The R Project SVN R

Rev

Rev 75215 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75215 Rev 88574
Line 1... Line 1...
1
% File src/library/base/man/getNativeSymbolInfo.Rd
1
% File src/library/base/man/getNativeSymbolInfo.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2012 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{getNativeSymbolInfo}
6
\name{getNativeSymbolInfo}
7
\alias{getNativeSymbolInfo}
7
\alias{getNativeSymbolInfo}
8
\alias{NativeSymbolInfo} % the class
8
\alias{NativeSymbolInfo} % the class
Line 112... Line 112...
112
  from \code{package} to \code{dll} in \R version 3.6.0, for consistency
112
  from \code{package} to \code{dll} in \R version 3.6.0, for consistency
113
  with the names of the \code{NativeSymbolInfo} objects returned by
113
  with the names of the \code{NativeSymbolInfo} objects returned by
114
  \code{\link{getDLLRegisteredRoutines}()}.
114
  \code{\link{getDLLRegisteredRoutines}()}.
115
}
115
}
116
\references{
116
\references{
117
  For information about registering native routines,
117
  \bibinfo{R:Temple_Lang:2001a}{header}{For information about
118
  see \dQuote{In Search of C/C++ & FORTRAN Routines},
118
    registering native routines:}
119
  R-News, volume 1, number 3, 2001, p20--23
119
  \bibshow{R:Temple_Lang:2001a}
120
  (\url{https://www.r-project.org/doc/Rnews/Rnews_2001-3.pdf}).
-
 
121
}
120
}
122
\author{Duncan Temple Lang}
121
\author{Duncan Temple Lang}
123
\note{
122
\note{
124
  One motivation for accessing this reflectance information is to be
123
  One motivation for accessing this reflectance information is to be
125
  able to pass native routines to C routines as function pointers in C.
124
  able to pass native routines to C routines as function pointers in C.