[BACK]Return to abuf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/abuf.c between version 1.28 and 1.29

version 1.28, 2016/01/10 11:06:44 version 1.29, 2016/09/30 08:43:23
Line 22 
Line 22 
  * as follows: the write starts filling at offset (start + used), once the data   * as follows: the write starts filling at offset (start + used), once the data
  * is ready, the writer adds to used the count of bytes available.   * is ready, the writer adds to used the count of bytes available.
  */   */
 #include <stdio.h>  
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  
   
 #include "abuf.h"  #include "abuf.h"
 #include "utils.h"  #include "utils.h"

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29