blob: 19efb5aa133e4f73d4b833f14885b4a7fc1e4e93 (
plain)
1
2
3
4
5
6
7
8
|
//! @file error.S
//!
//! Assembler bindings for SDL2 (SDL_error.h)
//! @fn char const * SDL_GetError(void)
//! @return the last error message
.type SDL_GetError, @function
.extern SDL_GetError
|