Hi, 2013/3/12 Markus Neteler <[email protected]>: > Some new (so, for GRASS 7) > module->authors > module->year > module->title
good idea, could be data structure
struct citation {
char * authors;
char *year;
char *title;
}
module->citation.authors;
...
Some extra work needed. Martin
--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev
