Changeset 7869e48 for libfaim/util.c
- Timestamp:
- Jan 12, 2013, 1:43:13 PM (12 years ago)
- Children:
- e3a0d71, 4485285
- Parents:
- 4626016
- git-author:
- Jason Gross <jgross@mit.edu> (01/12/13 13:13:18)
- git-committer:
- Jason Gross <jgross@mit.edu> (01/12/13 13:43:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfaim/util.c
re374dee r7869e48 160 160 /* 161 161 * int snlen(const char *) 162 * 162 * 163 163 * This takes a screen name and returns its length without 164 * spaces. If there are no spaces in the SN, then the 164 * spaces. If there are no spaces in the SN, then the 165 165 * return is equal to that of strlen(). 166 166 * … … 188 188 * on screen names for AIM/AOL. Mainly, this means case and space 189 189 * insensitivity (all case differences and spacing differences are 190 * ignored, with the exception that screen names can not start with 190 * ignored, with the exception that screen names can not start with 191 191 * a space). 192 192 *
Note: See TracChangeset
for help on using the changeset viewer.