mirror of
				https://github.com/simon987/sist2.git
				synced 2025-11-04 01:36:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			152 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			152 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef SIST2_TEXT_H
 | 
						|
#define SIST2_TEXT_H
 | 
						|
 | 
						|
#include "src/sist.h"
 | 
						|
 | 
						|
void parse_text(int bytes_read, struct vfile *f, char *buf, document_t *doc);
 | 
						|
 | 
						|
#endif
 |