Changeset abf3564 in mainline for uspace/app/tester/tester.c


Ignore:
Timestamp:
2008-09-18T22:19:42Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f7176b1
Parents:
073c9e6
Message:

trace: Decode protocol-level call arguments, response retvals and arguments.

File:
1 edited

Legend:

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

    r073c9e6 rabf3564  
    110110int main(int argc, char **argv)
    111111{
     112        printf("x"); while(1);
     113
    112114        printf("Number of arguments: %d\n", argc);
    113115        if (argv) {
Note: See TracChangeset for help on using the changeset viewer.