pennsnoplus / penn_daq_old

Simple DAQ for SNO+
2 stars 3 forks source link

Replaced all printf-like statements with printsend() #15

Closed peterldowns closed 13 years ago

peterldowns commented 13 years ago

printsend() replaces the old print_send() function, and is a perfect replacement for printf(). From now on, don't use printf, use printsend. We should probably rename printsend to something that's easier to type.