Bioplib
Protein Structure C Library
|
General purpose routines. More...
Go to the source code of this file.
Functions | |
BOOL | blCheckExtn (char *string, char *ext) |
General purpose routines.
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.
The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.
The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.
These are generally useful C routines, mostly string handling.
Definition in file CheckExtn.c.
BOOL blCheckExtn | ( | char * | string, |
char * | ext | ||
) |
[in] | *string | String to be checked for given extension |
[in] | *ext | Extension to check for |
Check the extension of a filename. For use on machines like VAXes, MS-DOS and Amigas, everything is converted to upper case first.
Definition at line 120 of file CheckExtn.c.