Changeset 4b54bd9 in mainline for uspace/lib/pcut/tests/tested.c


Ignore:
Timestamp:
2018-09-12T13:23:03Z (7 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3da0ee4
Parents:
275530a4
Message:

Update PCUT to latest revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcut/tests/tested.c

    r275530a4 r4b54bd9  
    3131#define UNUSED(a) ((void)a)
    3232
    33 long intpow(int base, int exp)
    34 {
    35         UNUSED(base);
    36         UNUSED(exp);
     33long intpow(int base, int exp) {
     34        UNUSED(base); UNUSED(exp);
    3735        return 0;
    3836}
    3937
    40 int intmin(int a, int b)
    41 {
     38int intmin(int a, int b) {
    4239        UNUSED(b);
    4340        return a;
Note: See TracChangeset for help on using the changeset viewer.