#include #include char buffer[80] = "world"; void main() { if( strcoll( buffer, "Hello" ) < 0 ) { printf( "Less than\n" ); } }