[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 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

National Language Support Overview for Programming

Subroutines Overview


[ Previous | Next | Contents | Glossary | Home | Search ]