libansi

Applies to C Applies to C++

Purpose

Assumes that all functions with the name of an ANSI C library function are in fact the system functions.

Syntax


Syntax Diagram

See also #pragma options.

Notes

This will allow the optimizer to generate better code because it will know about the behavior of a given function, such as whether or not it has any side effects.

Related References

Compiler Command Line Options
#pragma options IBM Copyright 2003