Changeset 82d062d8 in mainline for uspace/lib/c/generic/private


Ignore:
Timestamp:
2012-10-31T21:03:03Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f220e25
Parents:
34b9299
Message:

Add a missing copyright message and cstyle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/private/power_of_ten.h

    r34b9299 r82d062d8  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
     28
    2829#ifndef POWER_OF_TEN_H_
    2930#define POWER_OF_TEN_H_
     
    3233struct fp_num_t_tag;
    3334
    34 
    35 void get_power_of_ten(int binary_exp, struct fp_num_t_tag *power_of_10,
    36         int *decimal_exp);
    37 
     35extern void get_power_of_ten(int, struct fp_num_t_tag *, int *);
    3836
    3937#endif
Note: See TracChangeset for help on using the changeset viewer.