[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

General Programming Concepts: Writing and Debugging Programs


List of String Manipulation Subroutines

The string manipulation functions include:

When using these string functions, you do not need to include a header file for them in the program or specify a special flag to the compiler.

The following functions manipulate string data:

bcopy, bcmp, bzero, ffs Perform bit and byte string operations
gets, fgets Get a string from a stream
puts, fputs Write a string to a stream
compile, step, advance Compile and match regular-expression patterns
strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok
  Perform operations on strings
jcode Performs string conversion on 8-bit processing codes.
varargs Handles a variable-length parameter list

Related Information

Chapter 16, National Language Support

Chapter 24, Subroutines, Example Programs, and Libraries


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]