diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-31 18:23:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-31 18:23:39 +0000 |
commit | 7830d671d35994dab68c4cd89c40b40a6665e8d8 (patch) | |
tree | 29c46ceae889cb0cd68448185d9a07846ed58833 /users/ibnuda/abstraction.c | |
parent | 1fdf7669887aa5099d411cffa94efd594bc5c544 (diff) | |
parent | 6f5428687c37d45cf279d9d3f44de1098a767723 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/ibnuda/abstraction.c')
-rw-r--r-- | users/ibnuda/abstraction.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/users/ibnuda/abstraction.c b/users/ibnuda/abstraction.c new file mode 100644 index 0000000000..757248a260 --- /dev/null +++ b/users/ibnuda/abstraction.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Ibnu D. Aji + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "abstraction.h"
\ No newline at end of file |