~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to notes.textile

  • Committer: Andy Lester
  • Date: 2008-08-09 18:44:13 UTC
  • mto: (266.1.30 use-replace-funcs)
  • mto: This revision was merged to the branch mainline in revision 287.
  • Revision ID: andy@petdance.com-20080809184413-968ap13kyelqzloe
Removed strcmp()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
h1. Andy's notes
2
2
 
3
 
We can assume that strcmp() is in any modern compiler.
4
 
 
5
3
All the functions in mystrings/ do this little "increment in the
6
4
loop and then decrement on the way out."  That's just silly.