logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PX_create_blob_file — Creates Paradox blob file

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                          PX_CREATE_BLOB_FILE(3)

Description

       Creates a new file with name filename containing blobs.

       This function is deprecated. Use PX_set_blob_file(3)                and PX_get_data_blob(3)            or
       PX_get_data_graphic(3) instead.

Name

       PX_create_blob_file — Creates Paradox blob file

Return Value

       Returns 0 on success and -1 on failure.

See Also

PX_new_blob(3), PX_open_blob_fp(3), PX_open_blob_file(3)

Synopsis

       #include <paradox.h>

       int PX_create_blob_file(pxblob_t *pxblob, const char *filename)

See Also