12 lines
128 B
C++
12 lines
128 B
C++
/*
|
|
* xorstring.hpp
|
|
*
|
|
* Created on: Jun 5, 2017
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
// TODO stub
|
|
#define XS(s) s
|