Subversion Repositories wimsdev

Rev

Rev 7840 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7840 Rev 8160
Line 14... Line 14...
14
 *  along with this program; if not, write to the Free Software
14
 *  along with this program; if not, write to the Free Software
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
 */
16
 */
17
 
17
 
18
/* Subroutines to manipulate math expressions */
18
/* Subroutines to manipulate math expressions */
19
 
-
 
-
 
19
#include "libwims.h"
20
 
20
 
21
/* Points to the start of a mathematics variable (or number) */
21
/* Points to the start of a mathematics variable (or number) */
22
char *find_mathvar_start(char *p)
22
char *find_mathvar_start(char *p)
23
{
23
{
24
    int i;
24
    int i;