EnglishFrenchSpanish

Ad


OnWorks favicon

file2c - Online in the Cloud

Run file2c in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command file2c that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


file2c — convert file to c-source

SYNOPSIS


file2c [-sx] [-n count] [prefix [suffix]]

DESCRIPTION


The file2c utility reads a file from stdin and writes it to stdout, converting each byte to
its decimal or hexadecimal representation on the fly. The byte values are separated by a
comma. This also means that the last byte value is not followed by a comma. By default the
byte values are printed in decimal, but when the -x option is given, the values will be
printed in hexadecimal. When -s option is given, each line is printed with a leading tab
and each comma is followed by a space except for the last one on the line.

If more than 70 characters are printed on the same line, that line is ended and the output
continues on the next line. With the -n option this can be made to happen after the
specified number of byte values have been printed. The length of the line will not be
considered anymore. To have all the byte values printed on the same line, give the -n
option a negative number.

A prefix and suffix strings can be printed before and after the byte values (resp.) If a
suffix is to be printed, a prefix must also be specified. The first non-option word is the
prefix, which may optionally be followed by a word that is to be used as the suffix.

This program is typically used to embed binary files into C source files. The prefix is
used to define an array type and the suffix is used to end the C statement. The -n, -s and
-x options are useful when the binary data represents a bitmap and the output needs to
remain readable and/or editable. Fonts, for example, are a good example of this.

EXAMPLES


The command:

date | file2c 'const char date[] = {' ',0};'

will produce:

const char date[] = {
83,97,116,32,74,97,110,32,50,56,32,49,54,58,50,56,58,48,53,
32,80,83,84,32,49,57,57,53,10
,0};

Use file2c online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad