Files
ParaDocs/src/cups.h
T
PoliEcho 2f2ec79575
build_test / build (push) Failing after 1m45s
add cups printing function
2025-04-14 14:50:04 +02:00

9 lines
126 B
C++

#include <string>
#ifndef PARADOCS_CUPS_H_
#define PARADOCS_CUPS_H_
bool printDocument(const std::string& content);
#endif