Previous: 11.1 The Data Type STRING
Up: 11 String Processing
Next: 11.3 More Example Programs
Previous Page: 11.1 The Data Type STRING
Next Page: 11.2.1 String I/O: gets() and puts()
With a data type defined, we may now proceed to define functions
to implement the operations on data of this type.
As mentioned above, the C built-in library provides a rich set
of string processing functions.
We describe some of the more common ones here; others are described
in Appendix .