예제 #1
0
 public int Hunspell_suggest(IntPtr handle, byte[] word, out IntPtr suggestions)
 {
     return(NativeLibhunspell_1_3_0.Hunspell_suggest_unix(handle, out suggestions, word));
 }