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

getopt_long

Declaration

Source position: getopth.inc line 25

function getopt_long(

  ___argc: LongInt;

  ___argv: PPAnsiChar;

  __shortopts: PAnsiChar;

  __longopts: Poption;

  __longind: Plongint

):LongInt;

function getopt_long(

  ___argc: LongInt;

  ___argv: PPAnsiChar;

  __shortopts: PAnsiChar;

  const __longopts: option;

  var __longind: LongInt

):LongInt;


Documentation generated on: 2026-03-09