|
|
| version 1.1, 2025/01/19 02:04:04 | version 1.3, 2025/02/28 22:31:53 |
|---|---|
| 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 *); |
| Line 5546 errexfun: | Line 5543 errexfun: |
| /* $STORAGE */ | /* $STORAGE */ |
| case 's': | case 's': |
| snprintf (a, 255 , "%d\201", DEFPSIZE); | snprintf (a, 255 , "%ld\201", DEFPSIZE); |
| goto exec; | goto exec; |
| /* $WITH */ | /* $WITH */ |