Skip to content
Prev 79115 / 398502 Next

where is Defn.h and implementation

On Sun, 16 Oct 2005, jiesheng zhang wrote:

            
Have you read our posting guide?  Please ask C programming questions on 
the apppropriate list -- R-devel.

Have you read `Writing R Extensions'?  It does cover this topic with 
copious warnings against what you are asking to do.
Which package is that?  Please avoid copying from packages which use
internal headers (and they probably do not work).
No.  It is an internal header.  You could have read the Makefiles to see 
that it is not an exported header.
Almost always in src/main/*.c.
None, you should not be calling functions not documented in `Writing R 
Extensions', and you certainly should not be asking for technical support 
to do so.