<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>getcerrmsg</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.5' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/2415.html#L84'>getcerrmsg</a> 84 include/cerr.h char *getcerrmsg(int num);</span> <span class='curline'><a href='../S/2845.html#L52'>getcerrmsg</a> 52 src/cerr.c sprintf(cerr->msg, "%s: %s", str, getcerrmsg(cerr->num));</span> <span class='curline'><a href='../S/2845.html#L54'>getcerrmsg</a> 54 src/cerr.c strcpy(cerr->msg, getcerrmsg(cerr->num));</span> </pre> </body> </html>