Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
rc4.cpp File Reference
#include "rc4.h"
#include <memory.h>
#include <stdio.h>

Go to the source code of this file.

Macros

#define RC4_SWAP_BYTE(a, b)
 

Macro Definition Documentation

◆ RC4_SWAP_BYTE

#define RC4_SWAP_BYTE ( a,
b )
Value:
RC4_Temp_Byte=a; a=b; b=RC4_Temp_Byte

Definition at line 28 of file rc4.cpp.