diff options
Diffstat (limited to 'agbx/source/bs/set.c')
-rw-r--r-- | agbx/source/bs/set.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/agbx/source/bs/set.c b/agbx/source/bs/set.c deleted file mode 100644 index 8aa9976..0000000 --- a/agbx/source/bs/set.c +++ /dev/null @@ -1,13 +0,0 @@ -/* - Copyright 2022 Gabriel Jensen. - This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. - If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. -*/ - -#include <agbx/priv.h> - -void agbx_set10(agbx_i20 const _addr,agbx_i10 const _val) {__agbx_set10(_addr,_val)} - -void agbx_set20(agbx_i20 const _addr,agbx_i20 const _val) {__agbx_set20(_addr,_val)} - -void agbx_set8(agbx_i20 const _addr,agbx_i8 const _val) {__agbx_set8(_addr,_val)} |