Skip to content

file2str simply reads a file and returns the contents as a null terminated string.

Notifications You must be signed in to change notification settings

willemt/file2str

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
file2strl, file2str
SYNOPSIS

#include "file2str.h"

char *file2strl(const char *path, unsigned long *len);

char *file2str(const char *path);

DESCRIPTION
file2str simply reads a file and returns the contents as a null terminated string.
INSTALLATION
Use clib to install file2str into your project, eg: λ clib install willemt/file2str
LICENSE
Public domain

About

file2str simply reads a file and returns the contents as a null terminated string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published