In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
391 bytes added ,  01:51, 1 April 2015
→‎Functions: Added OSFatal() and __os_snprintf()
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"
203

edits

Navigation menu