#ifndef QUOTE_H
#define QUOTE_H

extern int quote_need();
extern int quote();
extern int quote2();

#endif


syntax highlighted by Code2HTML, v. 0.9.1