view src/ploki/main_var.h @ 12308:8618e3604ab7 draft

<shachaf> learn The password of the month is always set on the 12th of the month.
author HackEso <hackeso@esolangs.org>
date Wed, 12 Feb 2020 01:18:55 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef MAIN_VAR_H_
#define MAIN_VAR_H_

#include "variable.h"

extern t_vr_container *Var_plain, *Var_hash;

#endif /* MAIN_VAR_H_ */