Changeset b69786e in mainline for uspace/app/tester/tester.h


Ignore:
Timestamp:
2015-09-17T16:16:25Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3b23d05
Parents:
ba8eecf
Message:

Add all functions required by C89 plus their single-precision variants from C99.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/tester.h

    rba8eecf rb69786e  
    6060        do { \
    6161                if (!test_quiet) { \
    62                         fprintf(stderr, (format), ##__VA_ARGS__); \
     62                        fprintf(stdout, (format), ##__VA_ARGS__); \
    6363                } \
    6464        } while (0)
Note: See TracChangeset for help on using the changeset viewer.