add cups printing function
build_test / build (push) Failing after 1m45s

This commit is contained in:
2025-04-14 14:50:04 +02:00
parent 8338b7fdc8
commit 2f2ec79575
3 changed files with 200 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#include <string>
#ifndef PARADOCS_CUPS_H_
#define PARADOCS_CUPS_H_
bool printDocument(const std::string& content);
#endif