CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/22 07:17:45
Modified files:
usr.bin/aucat : abuf.c abuf.h afile.c aucat.c dsp.c dsp.h
utils.c utils.h
Log message:
aucat: Switch to printf(3)-style logging
Lines are logged using a single function call, which makes the sources
easier to read and reduces the binary size. Debug strings that would
be too difficult to produce with snprintf(3) are simplified.
