Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_segment store a segment address</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _segment                Store a Segment Address

    The modifier _segment is used to declare segments used with based
    variables. For example, you can use _segment this way:

                   char _based((_segment)cbase)*cpoint

    Here cbase is a pointer to type char and is cast to a segment type,
    becoming the base for the pointer cpoint.

See Also: _based _segname _self

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson