comparison toys.h @ 35:f2c7f0799ebe

Add cat -v.
author Rob Landley <rob@landley.net>
date Sat, 25 Nov 2006 16:06:55 -0500
parents eb46bb5626cb
children 14d27eab3acf
comparison
equal deleted inserted replaced
34:c1f4f9101af7 35:f2c7f0799ebe
43 char **optargs; // Arguments left over from get_optflags() 43 char **optargs; // Arguments left over from get_optflags()
44 } toys; 44 } toys;
45 45
46 // One big temporary buffer, for use by applets (not library functions). 46 // One big temporary buffer, for use by applets (not library functions).
47 47
48 char buf[4096]; 48 char toybuf[4096];