// util_GetSpaces.h
//

#ifndef LZZ_util_GetSpaces_h
#define LZZ_util_GetSpaces_h
#define LZZ_INLINE inline
namespace util
{
  char const * getSpaces (int n);
}
#undef LZZ_INLINE
#endif
