campo-sirio/fd/fstrcmp.h

7 lines
117 B
C
Raw Normal View History

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