Re: [Rd] Function lang2 in C

2006-11-21 Thread Seth Falcon
"Ricardo Rios" <[EMAIL PROTECTED]> writes: > I have a source code in C, it use the function lang2 ,does somebody > know what does this function do. Thanks in advance. It creates a language list. This is a Lisp-style pair list. A common use of it is to build a function call to pass to eval. + s

Re: [Rd] array indexes in C

2006-11-21 Thread Benjamin Tyner
Hin-Tak & Tamas, For example, see what I've done in http://www.stat.purdue.edu/~btyner/postage_0.1-1.tar.gz I am by no means a C guru but it works with my compiler. The relevant lines are (in postage.c:) void postage(int *lambda, int *D, int *tau, int r[*tau][*D]) { (in postage.R:) r <-