mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			213 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			213 B
		
	
	
	
		
			C
		
	
	
	
	
	
/**
 | 
						|
 * File: include.h
 | 
						|
 * Created Time: 2022-12-20
 | 
						|
 * Author: MolDuM (moldum@163.com)
 | 
						|
 */
 | 
						|
 | 
						|
#include <stdio.h>
 | 
						|
#include <stdlib.h>
 | 
						|
#include <string.h>
 | 
						|
#include <stdbool.h>
 | 
						|
#include <time.h>
 | 
						|
 | 
						|
#include "PrintUtil.h"
 |