Example #1
0
 public static IntPtr error(bool useCLibrary = false)
 {
     return(useCLibrary ? BSD.dlerror() : Unix.dlerror());
 }