VirtualBox

Changeset 45173 in vbox for trunk/src


Ignore:
Timestamp:
Mar 25, 2013 2:04:00 PM (12 years ago)
Author:
vboxsync
Message:

doc: re-added vbox-greeter documentation

Location:
trunk/src/VBox/Runtime
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLog.cpp

    r44528 r45173  
    3131#include <iprt/initterm.h>
    3232#include <iprt/err.h>
     33#include <iprt/stream.h>
    3334
    3435#include <stdio.h>
     
    3738{
    3839    RTR3InitExeNoArguments(0);
     40    uint32_t a = 0x80000000, b = 0x80000000, c = 0x80000000;
     41    RTPrintf("%d %d", 0x80000000, 0x80000000);
    3942    printf("tstLog: Requires manual inspection of the log output!\n");
    4043    RTLogPrintf("%%Rrc %d: %Rrc\n", VERR_INVALID_PARAMETER, VERR_INVALID_PARAMETER);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette