Sha256: c75c0da4b2906f677df1e97f16bf768c6d849e29a71c0ad13eae1661d23e75f0

Contents?: true

Size: 307 Bytes

Versions: 25

Compression:

Stored size: 307 Bytes

Contents

#ifndef FILE2STR_H
#define FILE2STR_H

/**
 * @param path File's path.
 * @param len Pointer to the length of the string returned
 * @return string contents of file; otherwise NULL on error */
char *file2strl(const char *path, unsigned int *len);

char *file2str(const char *path);

#endif /* FILE2STR_H */

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
mathematical-1.4.1 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.4.0 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.3.0 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.2.2 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.2.1 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h