home *** CD-ROM | disk | FTP | other *** search
- ;SETS.EXT
- ;External declarations
-
- ;----------------------------------------
- ; Equates
- ;----------------------------------------
- setlen equ 32 ;bytes in one set
-
- ;----------------------------------------
- ; Type declarations
- ;----------------------------------------
- set struc ;all new sets are empty
- db setlen dup(0)
- set ends
-
- ;----------------------------------------
- ; External declarations
- ;----------------------------------------
- if host
- extrn sets:near
- endif