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_open_blob_fp — Opens Paradox blob file (deprecated)

Author

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

                                                                                              PX_OPEN_BLOB_FP(3)

Description

       Opens a file containing blobs with was previously opened with fopen().

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

Name

       PX_open_blob_fp — Opens Paradox blob file (deprecated)

Return Value

       Returns 0 on success and -1 on failure.

See Also

PX_open_blob_file(3), PX_new_blob(3)

Synopsis

       #include <paradox.h>

       int PX_open_blob_fp(pxblob_t *pxblob, FILE *fp)

See Also