From da77d3be2eb0785bc0c0b60c686e163d6243c744 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 21 Oct 2021 13:28:25 -0700 Subject: feat(rc): added andand and oror operators --- sys/cmd/rc/exec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/cmd/rc/exec.h') diff --git a/sys/cmd/rc/exec.h b/sys/cmd/rc/exec.h index 4bf2a4b..652edea 100644 --- a/sys/cmd/rc/exec.h +++ b/sys/cmd/rc/exec.h @@ -7,6 +7,8 @@ * Code in line with jump around {...} */ +void Xtrue(void); +void Xfalse(void); void Xdollar(void); void Xexit(void); void Xmark(void); -- cgit v1.2.1