Files correlati : tc2 e tabelle Ricompilazione Demo : [ ] Commento : Aggiunti i programmi tc2 - Trasefrimento ipsoa git-svn-id: svn://10.65.10.50/branches/R_10_00@21107 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			27 lines
		
	
	
		
			318 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			318 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __tc2_H
 | |
| #define __tc2_H
 | |
| 
 | |
| int tc2100(int argc, char* argv[]);
 | |
| int tc2300(int argc, char* argv[]);
 | |
| int tc2500(int argc, char* argv[]);
 | |
| int tc2600(int argc, char* argv[]);
 | |
| int tc2700(int argc, char* argv[]);
 | |
| int tc2800(int argc, char* argv[]);
 | |
| int tc2900(int argc, char* argv[]);
 | |
| 
 | |
| #endif // __tc2_H
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 |