[BACK]Return to rpc_util.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / rpcgen

Diff for /src/usr.bin/rpcgen/rpc_util.h between version 1.9 and 1.10

version 1.9, 2002/02/16 21:27:51 version 1.10, 2002/06/01 01:40:38
Line 39 
Line 39 
 #define alloc(size)             (void *)malloc((unsigned)(size))  #define alloc(size)             (void *)malloc((unsigned)(size))
 #define ALLOC(object)   (object *) malloc(sizeof(object))  #define ALLOC(object)   (object *) malloc(sizeof(object))
   
 #define s_print (void) sprintf  
 #define f_print (void) fprintf  
   
 struct list {  struct list {
         definition *val;          definition *val;
         struct list *next;          struct list *next;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10