buffer names: _sibuf and _sobuf
This commit is contained in:
		
							parent
							
								
									060a309f82
								
							
						
					
					
						commit
						c4b53d0710
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -1,10 +1,10 @@ | ||||||
| #include <stdio.h> | #include <stdio.h> | ||||||
| 
 | 
 | ||||||
| unsigned char  __stdin[BUFSIZ]; | unsigned char  _sobuf[BUFSIZ]; | ||||||
| unsigned char  __stdout[BUFSIZ]; | unsigned char  _sibuf[BUFSIZ]; | ||||||
| 
 | 
 | ||||||
| struct _io_buf _stdin = { | struct _io_buf _stdin = { | ||||||
| 	0, 0, IO_READMODE , __stdin, __stdin | 	0, 0, IO_READMODE , _sibuf, _sibuf | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| struct _io_buf _stdout = { | struct _io_buf _stdout = { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue