mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
stdinc: Note that these functions match their C runtime equivalents
This header basically just consists of C runtime #defines and functions, but with an SDL_ prefix. Note this in the documentation so people don't waste their time reading through things they already understand.
This commit is contained in:

committed by
Ryan C. Gordon

parent
629c694bd6
commit
afd91b5e9c
@@ -22,7 +22,9 @@
|
||||
/**
|
||||
* \file SDL_stdinc.h
|
||||
*
|
||||
* This is a general header that includes C language support.
|
||||
* This is a general header that includes C language support. It implements
|
||||
* a subset of the C runtime: these should all behave the same way as their
|
||||
* C runtime equivalents, but with an SDL_ prefix.
|
||||
*/
|
||||
|
||||
#ifndef SDL_stdinc_h_
|
||||
|
Reference in New Issue
Block a user