#ifndef __FSTRCMP_H__ #define __FSTRCMP_H__ double fstrcmp(const char *string1, const char *string2); #endif