????

Your IP : 216.73.216.152


Current Path : /proc/self/root/proc/self/root/usr/src/file_protector-1.1-1569/
Upload File :
Current File : //proc/self/root/proc/self/root/usr/src/file_protector-1.1-1569/stringify.h

/**
@file
@brief    'STRINGIFY()' macro
@details  Copyright (c) 2022 Acronis International GmbH
@author   Mikhail Krivtsov (mikhail.krivtsov@acronis.com)
@since    $Id: $
*/

#pragma once

#define STRINGIFY_HELPER(x) #x
#define STRINGIFY(x) STRINGIFY_HELPER(x)