[Keymap] Fix build error helix:five_rows
(#16847)
This commit is contained in:
parent
1e389c7904
commit
c2939bf038
7 changed files with 74 additions and 283 deletions
8
users/mtei/pseudo_sprintf.h
Normal file
8
users/mtei/pseudo_sprintf.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Copyright 2022 Takeshi Ishii (@mtei)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
char *sprints(char *buf, char *src);
|
||||
char *sprintd(char *buf, char *leadstr, int data);
|
||||
char *sprint2d(char *buf, char *leadstr, int data);
|
Loading…
Add table
Add a link
Reference in a new issue