#ifndef PREVIEW_H #define PREVIEW_H #include "LString.h" bool preview(string const & str); #endif