File: util2.h

package info (click to toggle)
trn4 4.0-test77-18
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 4,016 kB
  • sloc: ansic: 48,332; sh: 6,795; tcl: 1,696; yacc: 662; perl: 108; makefile: 26
file content (23 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* util2.h
 */
/* This software is copyrighted as detailed in the LICENSE file. */


/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

char* savestr _((char*));
char* safecpy _((char*,char*,int));
char* cpytill _((char*,char*,int));
char* filexp _((char*));
char* instr _((char*,char*,bool_int));
#ifndef HAS_STRCASECMP
int trn_casecmp _((char*,char*));
int trn_ncasecmp _((char*,char*,int));
#endif
#ifdef SUPPORT_NNTP
char* read_auth_file _((char*,char**));
#endif
#ifdef MSDOS
int ChDir _((char*));
int getuid _((void));
#endif