Coda Distributed File System
Macros
coda_string.h File Reference
#include <string.h>
Include dependency graph for coda_string.h:

Go to the source code of this file.

Macros

#define strerror(err)    ((err >= 0 && err < sys_nerr) ? sys_errlist[err] : "Unknown errorcode")
 
#define snprintf(str, size, format...)   sprintf(str, ##format);
 

Macro Definition Documentation

◆ snprintf

#define snprintf (   str,
  size,
  format... 
)    sprintf(str, ##format);

◆ strerror

#define strerror (   err)     ((err >= 0 && err < sys_nerr) ? sys_errlist[err] : "Unknown errorcode")