mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
added doc
This commit is contained in:
@@ -122,6 +122,13 @@ char *pcp_readz85file(FILE *infile);
|
|||||||
*/
|
*/
|
||||||
char *pcp_readz85string(unsigned char *input, size_t bufsize);
|
char *pcp_readz85string(unsigned char *input, size_t bufsize);
|
||||||
|
|
||||||
|
/** Determine if a buffer is binary or ascii.
|
||||||
|
|
||||||
|
\param[in] buf The buffer to check.
|
||||||
|
\param[in] len Len of the buffer.
|
||||||
|
\return Returns 0 if the input is ascii or a number > 0 if
|
||||||
|
it contains binary data.
|
||||||
|
*/
|
||||||
size_t _buffer_is_binary(unsigned char *buf, size_t len);
|
size_t _buffer_is_binary(unsigned char *buf, size_t len);
|
||||||
|
|
||||||
#endif /* _HAVE_PCP_Z85_H */
|
#endif /* _HAVE_PCP_Z85_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user