GetCommandLineA method

Pointer<Int8> GetCommandLineA()

Implementation

ffi.Pointer<ffi.Int8> GetCommandLineA() {
  return _GetCommandLineA();
}