embedFiglet
Utilities for C++ programming
Loading...
Searching...
No Matches
Figlet.cc File Reference
#include "Figlet.hh"
#include <string.h>

Namespaces

namespace  Figlet
 Collects structures and classes for banner generation.
 

Macros

#define STRCPY(TO, FROM, MAXLEN)
 

Typedefs

typedef unsigned short Figlet::u_short
 

Macro Definition Documentation

◆ STRCPY

#define STRCPY ( TO,
FROM,
MAXLEN )
Value:
strncpy( TO, FROM, MAXLEN );