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: PPAnsiChar;

  __shortopts: PAnsiChar;

  __longopts: Poption;

  __longind: Plongint

):LongInt;

function getopt_long_only(

  ___argc: LongInt;

  ___argv: PPAnsiChar;

  __shortopts: PAnsiChar;

  const __longopts: option;

  var __longind: LongInt

):LongInt;


Documentation generated on: 2026-07-11