Last change
on this file since 58675 was 58675, checked in by vboxsync, 9 years ago |
bs3kit: Converted a bit more stuff and decided to got with syscalls for screen output, at least for now.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
255 bytes
|
Line | |
---|
1 |
|
---|
2 | #include "bs3kit.h"
|
---|
3 | #include <iprt/assert.h>
|
---|
4 |
|
---|
5 | AssertCompileSize(uint16_t, 2);
|
---|
6 | AssertCompileSize(uint32_t, 4);
|
---|
7 | AssertCompileSize(uint64_t, 8);
|
---|
8 |
|
---|
9 |
|
---|
10 | /* Just a sample. */
|
---|
11 | void Main_rm(void)
|
---|
12 | {
|
---|
13 | Bs3TestInit("bs3-shutdown");
|
---|
14 |
|
---|
15 | Bs3Shutdown();
|
---|
16 | return;
|
---|
17 | }
|
---|
18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.