Sha256: 575acee0432c68561f1cdef0cd876cf372526a4f9b5ade262635632d2aafb7ba
Contents?: true
Size: 427 Bytes
Versions: 3
Compression:
Stored size: 427 Bytes
Contents
#ifndef CHARTONAME_H #define CHARTONAME_H /*result */ void chartoname(register char *name, char c, /*char to convert */ const char *dir); /*directory to use */ /* #if defined(__STDC__) || defined(__cplusplus) # define _P(s) s #else # define _P(s) () #endif*/ /* chartoname.c int chartoname _P((char *name, int c, char *dir)); #undef _P */ #endif
Version data entries
3 entries across 3 versions & 1 rubygems