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

getpwent_r

Declaration

Source position: pwdh.inc line 26

function getpwent_r(

  __resultbuf: Ppasswd;

  __buffer: Pchar;

  __buflen: size_t;

  __result: PPpasswd

):LongInt;

function getpwent_r(

  var __resultbuf: passwd;

  __buffer: Pchar;

  __buflen: size_t;

  var __result: Ppasswd

):LongInt;


Documentation generated on: 2023-03-18