Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1780 → Rev 1317

/kernel/trunk/test/sysinfo/test.c
33,9 → 33,9
#include <test.h>
#include <sysinfo/sysinfo.h>
/*
static unative_t counter(sysinfo_item_t *root)
static __native counter(sysinfo_item_t *root)
{
static unative_t i=0;
static __native i=0;
return i++;
}*/