GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ustricmp(3) Allegro manual ustricmp(3)

ustricmp - Compares two strings ignoring case. Allegro game programming library.

#include <allegro.h>

int ustricmp(const char *s1, const char *s2);

This function compares `s1' and `s2', ignoring case. Example:

   if (ustricmp(string, user_input) == 0) {
      /* string and user_input are equal (ignoring case) */
   }

Returns zero if the strings are equal, a positive number if `s1' comes after `s2' in the ASCII collating sequence, else a negative number.

uconvert(3), ustrsize(3), ustrsizez(3), ustrnicmp(3), ustrcmp(3), ustrncmp(3), exconfig(3)
version 4.4.3 Allegro

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.