File: EXTENDING

package info (click to toggle)
gretl 0.99.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,304 kB
  • ctags: 3,210
  • sloc: ansic: 43,338; sh: 6,567; makefile: 807; perl: 529
file content (15 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Notes on developing new commands for libgretl.

A new command should be added to both the enumeration in
lib/src/commands.h and (in the same position) in the commands array in
lib/src/cmdlist.h.

Commands can be tested out by giving them an entry in the main command
switch in cli/gretlcli.c.

The main information potentially at the disposal of command functions is:

	Z        - the data matrix
	datainfo - the data information struct