Go to the first, previous, next, last section, table of contents.


3.5.3 diskheap_strerror -- Return string equivalent to diskheap error.

Function:
const char *diskheap_strerror(const int error);

Usage: printf("diskheap_open failed and returned: %s\n", diskheap_strerror(ret));

This function returns the string version of a Diskheap error codes. It is useful if you want to log a Diskheap error code.


Go to the first, previous, next, last section, table of contents.

Diskheap Home Page. Copyright 2002 by Gray Watson