1EXO-CSOURCE(1)                 Xfce Users Manual                EXO-CSOURCE(1)
2
3
4

NAME

6       exo-csource - C code generation utility for arbitrary data
7

SYNOPSIS

9       exo-csource [options] [file]
10
11       exo-csource [options] --build-list [[name] [file]...]
12

DESCRIPTION

14       exo-csource is a small utility that generates C code containing
15       arbitrary data, useful for compiling texts or other data directly into
16       programs.
17

INVOCATION

19       exo-csource either takes as input one file name to generate code for,
20       or, using the --build-list option, a list of (name, file) pairs to
21       generate code for a list of images into named variables.
22
23   Options
24       -h, --help
25           Print brief help and exit.
26
27       -v, --version
28           Print version information and exit.
29
30       --extern
31           Generate extern symbols.
32
33       --static
34           Generate static symbols (default).
35
36       --name=identifier
37           Specifies the identifier name (prefix) for the generated variables
38           (only used if --build-list was not specified as well).
39
40       --build-list
41           Enables (name, file) pair parsing mode.
42
43       --output=identifier
44           Prints the output to identifier instead of stdout (only used if
45           --build-list was not specified as well).
46

SEE ALSO

48       The gdk-pixbuf-csource utility which ships with the Gtk+ distribution,
49       available from www.gtk.org[1].
50

AUTHOR

52       exo-csource was written by Benedikt Meurer <benny@xfce.org>.
53
54       This manual page was provided by Benedikt Meurer <benny@xfce.org>.
55

NOTES

57        1. www.gtk.org
58           http://www.gtk.org
59
60
61
62Xfce                              11/03/2019                    EXO-CSOURCE(1)
Impressum