/* ------------------------------------------------------------------
    PSEXPR.H -- header file for A6 expression parser
     This is free software, please see the file
     "COPYING" for copyright and licence details
   ------------------------------------------------------------------ */

#ifndef _PSEXPR_H
#define _PSEXPR_H

long parseexpr(char *);

#endif
