Cpp

CALENDAR(1) - General Commands Manual

Mail, Cpp, Cron, At, Cal, Calendar

CALENDAR(1) - General Commands Manual # CALENDAR(1) - General Commands Manual NAME # calendar - reminder service SYNOPSIS # calendar [-abw] [-A num] [-B num] [-f calendarfile] [-t [[[cc]yy]mm]dd] DESCRIPTION # The calendar utility checks the current directory or the directory specified by the CALENDAR_DIR environment variable for a file named calendar and displays lines that begin with either today’s date or tomorrow’s. On Fridays, events on Friday through Monday are displayed. ...

CLANG, CLANG++, CLANG-CPP(1) Clang CLANG, CLANG++, CLANG-CPP(1)

Cpp

CLANG, CLANG++, CLANG-CPP(1) Clang CLANG, CLANG++, CLANG-CPP(1) # CLANG, CLANG++, CLANG-CPP(1) Clang CLANG, CLANG++, CLANG-CPP(1) NNAAMMEE # clang, clang++, clang-cpp - the Clang C, C++, and Objective-C compiler SSYYNNOOPPSSIISS # ccllaanngg [_o_p_t_i_o_n_s] _f_i_l_e_n_a_m_e _._._. DDEESSCCRRIIPPTTIIOONN # ccllaanngg is a C, C++, and Objective-C compiler which encompasses preprocessing, parsing, optimization, code generation, assembly, and linking. Depending on which high-level mode setting is passed, Clang will stop before doing a full link. ...

MKDEP(1) - General Commands Manual

Cc, Make, Cpp, Mkdep

MKDEP(1) - General Commands Manual # MKDEP(1) - General Commands Manual NAME # mkdep - construct Makefile dependency list SYNOPSIS # mkdep [-ap] [-f file] [flags] file … DESCRIPTION # mkdep takes a set of flags for the C compiler and a list of C source files as arguments and constructs a set of include file dependencies which are written into the file .depend, for use by make(1). An example of its use in a Makefile might be: ...

TRADCPP(1) - General Commands Manual

Cc, Make, Cpp, Tradcpp

TRADCPP(1) - General Commands Manual # TRADCPP(1) - General Commands Manual NAME # tradcpp - traditional (K&R-style) C macro preprocessor SYNOPSIS # tradcpp [-options] [input-file [output-file]] DESCRIPTION # The tradcpp command provides a traditional K&R-style C macro preprocessor. It is intended to be suitable for historical Unix uses of the preprocessor, such as imake, particularly those that depend on preservation of whitespace. The chief ways in which traditional cpp differs from Standard C are: ...

UNIFDEF(1) - General Commands Manual

Diff, Cpp, Unifdef

UNIFDEF(1) - General Commands Manual # UNIFDEF(1) - General Commands Manual NAME # unifdef - remove preprocessor conditionals from code SYNOPSIS # unifdef [-BbcdehKkmnSstV] [-[i]D‌sym[=val]] [-[i]U‌sym] [-f defile] [-M backext] [-o outfile] [-x 0 | 1 | 2] file … DESCRIPTION # The unifdef utility selectively processes conditional cpp(1) directives. It removes from a file both the directives and any additional text that they specify should be removed, while otherwise leaving the file alone. ...