plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

save.c (65B)


      1 #include "mplot.h"
      2 void save(void){
      3 	sscpy(e1, e1 + 1);
      4 	e1++;
      5 }