summary refs log tree commit diff
path: root/bin/man1/c.1
blob: 3ae10945ef37986dd2ef4c8ba7f4e502770bb8e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.Dd May 31, 2020
.Dt C 1
.Os
.
.Sh NAME
.Nm c
.Nd run C
.
.Sh SYNOPSIS
.Nm
.Op Fl e Ar expr
.Op Fl i Ar include
.Op Ar stmts ...
.
.Sh DESCRIPTION
The
.Nm
utility compiles and runs
C statements wrapped in
.Fn main
with common includes.
If no
.Ar expr
or
.Ar stmts
are provided,
statements are read from standard input.
.
.Pp
The arguments are as follows:
.Bl -tag -width Ds
.It Fl e Ar expr
Print the result of the C expression
.Ar expr
after executing
.Ar stmts .
.It Fl i Ar include
Add the include file
.Ar include .
.El