MCPcopy Create free account
hub / github.com/NetHack/NetHack / empty_rect

Function empty_rect

outdated/sys/mac/mactty.c:73–80  ·  view source on GitHub ↗

* Make a rectangle empty */

Source from the content-addressed store, hash-verified

71 * Make a rectangle empty
72 */
73static void
74empty_rect(Rect *r)
75{
76 r->right = -20000;
77 r->left = 20000;
78 r->top = 20000;
79 r->bottom = -20000;
80}
81
82/*
83 * Union twp rect together

Callers 2

mactty.cFile · 0.85
update_ttyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected