X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=handy.h;h=81f47450d9d390eeb4b88edc332b80892eac746e;hb=5d3a0a3bf50d83f7940354621313a4c238b18081;hp=2c5d706de48f8e387f41f9644e43b33ba047e7de;hpb=c1d22f6b609261e5abd7381bd017773c7ae58346;p=p5sagit%2Fp5-mst-13.2.git diff --git a/handy.h b/handy.h index 2c5d706..81f4745 100644 --- a/handy.h +++ b/handy.h @@ -260,18 +260,18 @@ C). /* =for apidoc Am|bool|isALNUM|char ch -Returns a boolean indicating whether the C C is an ascii alphanumeric +Returns a boolean indicating whether the C C is an ASCII alphanumeric character or digit. =for apidoc Am|bool|isALPHA|char ch -Returns a boolean indicating whether the C C is an ascii alphabetic +Returns a boolean indicating whether the C C is an ASCII alphabetic character. =for apidoc Am|bool|isSPACE|char ch Returns a boolean indicating whether the C C is whitespace. =for apidoc Am|bool|isDIGIT|char ch -Returns a boolean indicating whether the C C is an ascii +Returns a boolean indicating whether the C C is an ASCII digit. =for apidoc Am|bool|isUPPER|char ch @@ -524,7 +524,7 @@ The XSUB-writer's interface to the C C function. The C is the destination, C is the number of items, and C is the type. =for apidoc Am|void|StructCopy|type src|type dest|type -This is an architecture-independant macro to copy one structure to another. +This is an architecture-independent macro to copy one structure to another. =cut */