Exemple #1
0
 public int copy_lengthprepend(int start, PicoBuffer bufferout)
 {
     return(PicoDLL.buffer_copy_lengthprepend(handle, start, bufferout.getIntPtr()));
 }