Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

getopt_long_only

Declaration

Source position: getopth.inc line 26

function getopt_long_only(

  ___argc: LongInt;

  ___argv: PPchar;

  __shortopts: Pchar;

  __longopts: Poption;

  __longind: Plongint

):LongInt;

function getopt_long_only(

  ___argc: LongInt;

  ___argv: PPchar;

  __shortopts: Pchar;

  const __longopts: option;

  var __longind: LongInt

):LongInt;


Documentation generated on: 2023-03-18