view runtime/macros/maze/mazeclean.c @ 10662:bc1c7e799e6e v8.0.0221

patch 8.0.0221: unnecessary condition on PROTO commit https://github.com/vim/vim/commit/6a8ede99dd76a7de92ce9f40df6198428a530dd0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 22 19:49:12 2017 +0100 patch 8.0.0221: unnecessary condition on PROTO Problem: Checking if PROTO is defined inside a function has no effect. Solution: Remove the check for PROTO. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Jan 2017 20:00:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/*
 * Cleaned-up version of the maze program.
 * Doesn't look as nice, but should work with all C compilers.
 * Sascha Wilde, October 2003
 */
#include <stdio.h>
#include <stdlib.h>

char *M, A, Z, E = 40, line[80], T[3];
int
main (C)
{
  for (M = line + E, *line = A = scanf ("%d", &C); --E; line[E] = M[E] = E)
    printf ("._");
  for (; (A -= Z = !Z) || (printf ("\n|"), A = 39, C--); Z || printf (T))
    T[Z] = Z[A - (E = A[line - Z]) && !C
	     & A == M[A]
	     | RAND_MAX/3 < rand ()
	     || !C & !Z ? line[M[E] = M[A]] = E, line[M[A] = A - Z] =
	     A, "_." : " |"];
  return 0;
}