Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 447 Bytes

File metadata and controls

35 lines (20 loc) · 447 Bytes

NAME

NewRegion -- Get an empty region.

SYNOPSIS

    region = NewRegion()
      d0

    struct Region *NewRegion();

Links: Region

FUNCTION

Create a Region structure, initialize it to empty, and return a pointer it.

RESULTS

region - pointer to initialized region. If it could not allocate required memory region = NULL.

INPUTS

none

BUGS

SEE ALSO

graphics/regions.h