/* * Copyright (C) 1993-1994. James Darrell McCauley. (darrell@mccauley-usa.com) * http://mccauley-usa.com/ * * This program is free software under the GPL (>=v2) * Read the file GPL.TXT coming with GRASS for details. */ /* histo.c */ int make_histo(int **, int, int); /* utils.c */ double myrand(void);