GetCommandLineA method

Pointer<Int8> GetCommandLineA()

Implementation

ffi.Pointer<ffi.Int8> GetCommandLineA() {
  return (_GetCommandLineA ??=
      _dylib.lookupFunction<_c_GetCommandLineA, _dart_GetCommandLineA>(
          'GetCommandLineA'))();
}