#ifndef OPVALSCAN_H
#define OPVALSCAN_H

#include "sysdep.h"
#include "bool.h"

/* Alopvalmake() returns space allocated with Memory_allocate */

NORET  Alopvalscan PROTOTYPE((const char *, char *, char *));
NORET  Alopvalscan2 PROTOTYPE((const char *, char *, char *, Bool *));
Bool Alopvalmake PROTOTYPE((char *, int, const char *, const char *));

#endif
