9 lines
126 B
C++
9 lines
126 B
C++
#include <string>
|
|
|
|
#ifndef PARADOCS_CUPS_H_
|
|
#define PARADOCS_CUPS_H_
|
|
|
|
|
|
bool printDocument(const std::string& content);
|
|
|
|
#endif |