Next: PSI3 Reference
Up: progman
Previous: Creating New Test Cases
Contents
Special Considerations
The following is a list of special items that should be kept in mind
while developing PSI code.
- Malloc() calls on IBM:
- The current IBM compilers (Visual Age
C/C++ 5) do not properly prototype malloc() unless one includes
stdlib.h. Please make sure that you #include <stdlib.h>
anytime you call malloc() in a file. If you forget, it will
still work in gcc but not on an IBM.
sherrill
2008-02-13