mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 19:47:44 +03:00
My 11th 2023 update
This commit is contained in:
13
components/include/output.h
Normal file
13
components/include/output.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __OUTPUT_H__
|
||||
#define __OUTPUT_H__
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace infra
|
||||
{
|
||||
|
||||
std::string printChar(char ch);
|
||||
|
||||
} // namespace infra
|
||||
|
||||
#endif // __OUTPUT_H__
|
Reference in New Issue
Block a user