[Keymap] Fix build error helix:five_rows
(#16847)
This commit is contained in:
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);
|
Reference in New Issue
Block a user