Changeset 82d062d8 in mainline for uspace/lib/c/generic/private
- Timestamp:
- 2012-10-31T21:03:03Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f220e25
- Parents:
- 34b9299
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/power_of_ten.h
r34b9299 r82d062d8 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 #ifndef POWER_OF_TEN_H_ 29 30 #define POWER_OF_TEN_H_ … … 32 33 struct fp_num_t_tag; 33 34 34 35 void get_power_of_ten(int binary_exp, struct fp_num_t_tag *power_of_10, 36 int *decimal_exp); 37 35 extern void get_power_of_ten(int, struct fp_num_t_tag *, int *); 38 36 39 37 #endif
Note:
See TracChangeset
for help on using the changeset viewer.