English Dictionary
◊ OBSTRUCT
obstruct
v 1: hinder or prevent the progress or accomplishment of; "His
brother blocked him at every turn" [syn: {blockade}, {block},
{hinder}, {stymie}, {stymy}, {embarrass}]
2: block passage through; "obstruct the path" [syn: {impede}, {occlude},
{jam}, {block}, {close up}] [ant: {free}]
English Computing Dictionary
◊ DID YOU MEAN STRUCT?
struct
A data type in {C} and {C::} corresponding to a {record} in
{Ada} or {Pascal} or a {tuple} in {functional programming}. A
struct has one or more members, each of which may have
different types. It is used to group associated data
together.
(1995-02-14)