Changeset 95155b0c in mainline for kernel/generic/include/func.h


Ignore:
Timestamp:
2006-12-19T10:12:24Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8410ec9
Parents:
7e7c8747
Message:

benchmarking with statistics (initial)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/func.h

    r7e7c8747 r95155b0c  
    4949extern void strncpy(char *dest, const char *src, size_t len);
    5050extern unative_t atoi(const char *text);
     51extern void order(const uint64_t val, uint64_t *rv, char *suffix);
    5152
    5253#endif
Note: See TracChangeset for help on using the changeset viewer.