next up previous contents index
Next: String function conventions Up: Variable argument list Previous: The va_arg macro

The va_end macro

va_end must also be called from within the body of the function having the variable argument list. In many implementations, this is a do-nothing operation; but those implementations that need it probably need it badly.

4 11 STRING HANDLING<string.h> <string.h>

The Committee felt that the functions in this section were all excellent candidates for replacement by high-performance built-in operations. Hence many simple functions have been retained, and several added, just to leave the door open for better implementations of these common operations.

The Standard reserves function names beginning with str or mem for possible future use.

4 11 1


Pete Jinks
Fri Jan 19 12:31:56 GMT 1996