home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
turbo_c
/
tc130.arc
/
CANT.DOC
< prev
next >
Wrap
Text File
|
1987-08-20
|
550b
|
39 lines
NAME
cant -- report inability to open a file and exit
SYNOPSIS
void cant(name);
char *name;
DESCRIPTION
This function is used to report a failure to open a file of
"name", and then abort the program through the aabort() function
of this library.
EXAMPLE
cant("foo.bar");
cant(argv[1]);
This function is found in SMTCx.LIB for the Turbo-C Compiler.