1
0
Fork 0

[Keymap] Fix build error helix:five_rows (#16847)

This commit is contained in:
Takeshi ISHII 2022-04-22 06:48:50 +09:00 committed by GitHub
parent 1e389c7904
commit c2939bf038
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 74 additions and 283 deletions

View 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);