Various Code - Another Standard C Page
Writings and resources
- Introduction to the Standard [now maintained as The C Standard on clc-wiki and no longer updated here]
- The concept of an lvalue and how the Standard's specification of it could be improved
- Useful odds and ends in standard C
- Less useful bits and pieces of standard C
- C-related links [mostly - but not fully - migrated to separate pages on clc-wiki and maintained there]
Miscellaneous source code that I've written/collated
| Filename | Added | Updated | Description |
| replacebench.c | 9 Nov 2005 | 20 May 2006 | Benchmarking of various portable string replacement function variants. Motivated by code in this comp.lang.c thread. |