Hi,
o7p9bxbnyj has left the following comment at Ensure bu_scan_fastf_t()
supports % as a delimiter
https://www.google-melange.com/gci/task/view/google/gci2014/5198651785740288:
Original API specification
Here's the original header comment that shows what the function was
*supposed* to do:
/**
* Scans a sequence of fastf_t numbers from a string or stdin
*
* Scanning fastf_t numbers with bu_sscanf() is difficult, because
* doing so requires scanning to some intermediate type like double
* and then assigning to the fastf_t variable to convert the value to
* whatever type fastf_t really is. This function makes it possible
* to scan a series of fastf_t numbers separated by some delimiter
* easily, by doing the required conversion internally to the
* functions.
*
* @param[out] c The number of characters scanned by the function
* @param[in] src A string to scan from, or NULL to read from stdin.
* @param[in] delim The delimiter between values on the input
* @param[in] n The number of fastf_t values to scan for
*
* Returns the total number of characters consumed while scanning the
* values.
*/
Greetings,
The Google Open Source Programs Team
---
You are receiving this message because you are subscribed to Ensure
bu_scan_fastf_t() supports % as a delimiter.
To stop receiving these messages, go to:
https://www.google-melange.com/gci/task/view/google/gci2014/5198651785740288.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
BRL-CAD Tracker mailing list
brlcad-tracker@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-tracker