Line 2:
Line 2:
==Functions==
==Functions==
+
===Error===
+
{| class="wikitable"
+
!Name
+
!Prototype
+
!Description
+
|-
+
|OSFatal
+
|<code>void OSFatal(const char *msg);</code>
+
|Print a message to the screen and halt the system
+
|}
+
+
===Internal===
+
{| class="wikitable"
+
!Name
+
!Prototype
+
!Description
+
|-
+
|__os_snprintf
+
|<code>int __os_snprintf(char *buf, size_t nchar, const char * format, ... )</code>
+
|Format a string and place it in a buffer
+
|}
+
===Dynamic Linking===
===Dynamic Linking===
{| class="wikitable"
{| class="wikitable"