Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.2 patch 1092 git-svn-id: svn://10.65.10.50/trunk@16352 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			16 lines
		
	
	
		
			389 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			389 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#ifndef __VALIDATE_H
 | 
						|
#define __VALIDATE_H
 | 
						|
 | 
						|
#ifndef __MASKFLD_H
 | 
						|
#include <maskfld.h>
 | 
						|
#endif
 | 
						|
 | 
						|
bool validate(int fn, TMask_field& f, KEY k, const TString_array& parms);
 | 
						|
 | 
						|
bool pi_check (const char* stato, const char* pi);
 | 
						|
bool cf_check (const char* stato, const char* cf);
 | 
						|
int iban_check(const TString& b, TString& msg);
 | 
						|
int bban_check(const TString& b, TString& msg);
 | 
						|
 | 
						|
#endif // __VALIDATE_H
 |