/* Steven Andrews, 1/16/02 *//* header for smollib2.c *//* See documentation called Smoldyn doc *//* Copyright 2003 by Steven Andrews.  Permission is granted   for non-commercial use of and modifications to the code. */#ifndef __smollib2_h__#define __smollib2_h__#include "SimCommand.h"#include "smollib.h"int docommand(void *cmdfnarg,cmdptr cmd,char *line);void cmdmeansqrdispfree(cmdptr cmd);#endif