
Constants
Constants
PROTO_LIST indicates the form that C function prototypes are to take. If function prototypes specify the types of the arguments, then PROTO_LIST should be defined as:
#define PROTO_LIST(list) list
Otherwise PROTO_LIST should be defined as:
#define PROTO_LIST(list) ()
Crypto-C defines one string constant: BSAFE_VERSION:
extern char *BSAFE_VERSION;
BSAFE_VERSION is a
A p p e n d i x B P l a t f o r m - S p e c i f i c Ty p e s a n d C o n s t a n t s | 357 |