Socket
Book a DemoInstallSign in
Socket

include-static

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

include-static

Inlines files to c/c++ header files

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

include-static

Inlines file contents to a c/c++ header file

npm install -g include-static

Usage

include-static name file.ext output.h

# or if you have multiple ones

include-static name1 file1.ext name2 file2.ext output.h

Produces a header file similar to this

unsigned char name1[] = {
  ... content ...
};

size_t name1_len =  ... contentLength ...;

License

MIT

FAQs

Package last updated on 05 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts