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.6.20 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.18 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.14 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.13 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.12 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.11 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.10 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.9 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.8 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.7 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.6 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.5 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.4 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.3 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.2 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.1 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.6.0 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.5.12 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.5.0 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h
mathematical-1.4.2 ext/mathematical/mtex2MML/tests/deps/file2str/file2str.h