campo-sirio/include/validate.h
guy 27990792f3 Patch level : 2.0 638
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Prima implementazione della gestione del codice IBAN in generazione effetti


git-svn-id: svn://10.65.10.50/trunk@11581 c028cbd2-c16b-5b4b-a496-9718f37d4682
2003-11-10 15:01:49 +00:00

16 lines
382 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 TArray& 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