Hi, I have a text file of c declaration like (one function per line)
/* ... */ extern char *SDL_getenv (const char *); /* ... */ extern int SDL_putenv (const char *); /* ... */ extern size_t SDL_strlcpy (char *, const char *, size_t); I want to translate it into declaration for cd LIBSDL, ' SDL_getenv x *c'&cd LIBSDL, ' SDL_putenv x *c'&cd LIBSDL, ' SDL_strlcpy x *c *c x'&cd or LIBSDL, ' SDL_getenv + x *c'&cd LIBSDL, ' SDL_putenv + x *c'&cd LIBSDL, ' SDL_strlcpy + x *c *c x'&cd Can anyone help? -- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
