version 1.1, 2025/01/19 02:04:04
|
version 1.2, 2025/02/28 20:06:07
|
Line 137
|
Line 137
|
#if !defined(__OpenBSD__) && !defined(_AIX) && !defined(__osf__) && !defined(MSDOS) && !defined(__vax__) |
#if !defined(__OpenBSD__) && !defined(_AIX) && !defined(__osf__) && !defined(MSDOS) && !defined(__vax__) |
long time (); |
long time (); |
#endif |
#endif |
|
void cond_round (char *a, int digits); |
void cond_round (); |
void zkey (char *a, long type); |
void zdate (); |
int levenshtein (char *word1, char *word2); |
void zkey (); |
|
void ztime (); |
|
int levenshtein (); |
|
time_t horolog_to_unix (char *horo); |
time_t horolog_to_unix (char *horo); |
extern int xecline(int typ); |
extern int xecline(int typ); |
short rbuf_slot_from_name(char *); |
short rbuf_slot_from_name(char *); |