ftp.nice.ch/pub/next/graphics/viewer/ToyViewer.2.6a.s.tar.gz#/ToyViewer2.6a/src/strfunc.h

This is strfunc.h in view mode; [Download] [Up]

#include  "common.h"

char *str_dup(const char *src);
int dircopy(char *dst, const char *src, int);
int getExtension(char const *);
void str_lcat(char *, const char *, int);
const char *begin_comm(const char *, BOOL);
void comment_copy(char *, const char *);
const char *key_comm(const commonInfo *);

#define  comm_cat(mem, s)	str_lcat(mem, s, MAX_COMMENT)

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.