diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-02-19 13:30:45 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-02-19 13:30:45 +0100 |
| commit | e6d59a7b506f610b82340b62457f9dd9ad0cb53d (patch) | |
| tree | b83affc4789146822a9fdbda88402b87c5f0fa28 /src/error.S | |
| parent | e34239cf2bdb6bd810826b82c2a66873bd0881e2 (diff) | |
| download | snake.s-e6d59a7b506f610b82340b62457f9dd9ad0cb53d.tar.xz snake.s-e6d59a7b506f610b82340b62457f9dd9ad0cb53d.zip | |
feat: integrate basic CMocka tests
Diffstat (limited to 'src/error.S')
| -rw-r--r-- | src/error.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/error.S b/src/error.S index 44be8b0..50597dd 100644 --- a/src/error.S +++ b/src/error.S @@ -1,6 +1,8 @@ #include "helpers/function.S" #include "SDL/error.S" +#ifndef __STDC_VERSION__ + .section .text //! @function _print_sdl_error(char const * format) @@ -19,3 +21,4 @@ function_end +#endif
\ No newline at end of file |
