source:
vbox/trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-shutdown.c@
58675
最後變更 在這個檔案從58675是 58675,由 提交於 9 年 前 | |
---|---|
|
|
檔案大小: 255 位元組 |
行 | |
---|---|
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 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器