Search:

Type: Posts; User: std10093

Search: Search took 0.02 seconds.

  1. Also mind that usually we use these two functions...

    Also mind that usually we use these two functions (you have to include ctype.h)
    isupper

    islower

    //Dexter if I ask you for an autograph, will I find myself with a "I used to be an adventurer...
  2. If IS_LOWER_CASE, then do (x) - 'a' + 'A' ...

    If IS_LOWER_CASE, then do


    (x) - 'a' + 'A'

    else do


    x
Results 1 to 2 of 2