[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'mselibc' (#msegui)

sigval

Declaration

Source position: mselibc.pas line 1776

type sigval = record

  case LongInt of

    0: (

        sival_int: cint;

      );

    1: (

        sival_ptr: pointer;

      );

end;


Documentation generated on: 2021-05-13