VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-shutdown.c@ 58675

最後變更 在這個檔案從58675是 58675,由 vboxsync 提交於 9 年 前

bs3kit: Converted a bit more stuff and decided to got with syscalls for screen output, at least for now.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 255 位元組
 
1
2#include "bs3kit.h"
3#include <iprt/assert.h>
4
5AssertCompileSize(uint16_t, 2);
6AssertCompileSize(uint32_t, 4);
7AssertCompileSize(uint64_t, 8);
8
9
10/* Just a sample. */
11void Main_rm(void)
12{
13 Bs3TestInit("bs3-shutdown");
14
15 Bs3Shutdown();
16 return;
17}
18
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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