/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/pcilib.h

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-02 04:47:04 UTC
  • Revision ID: csa@suren.me-20160302044704-wncsxtf6sx0r0tps
Documentation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1265
1265
 * @param[in] str       - initializer
1266
1266
 * @return              - 0 on success or memory error
1267
1267
 */
1268
 
int pcilib_set_value_from_string(pcilib_t *ctx, pcilib_value_t *value, const char *str);
 
1268
int pcilib_set_value_from_string(pcilib_t *ctx, pcilib_value_t *val, const char *str);
1269
1269
 
1270
1270
/**
1271
1271
 * Get the floating point value from the polymorphic type. May inmply impliced type conversion,