guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

uc_tolower (uc_toupper (x))


From: Mark H Weaver
Subject: uc_tolower (uc_toupper (x))
Date: Thu, 10 Mar 2011 18:39:58 -0500

I've noticed that srfi-13.c very frequently does:

  uc_tolower (uc_toupper (x))

Is there a good reason to do this instead of:

  uc_tolower (x)

?

     Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]