#include <ctype.h>
#include <string.h>
#include "stringprep.h"
Go to the source code of this file.
Functions | |
const char * | stringprep_check_version (const char *req_version) |
const char* stringprep_check_version | ( | const char * | req_version | ) |
stringprep_check_version - check for library version
req_version | Required version number, or NULL. |
See STRINGPREP_VERSION for a suitable string.
Return value: Version string of run-time library, or NULL if the run-time library does not meet the required version number.