capslock
This commit is contained in:
parent
9a9e86b386
commit
5803f2d996
@ -1,4 +1,4 @@
|
|||||||
#include <"stdio.h">
|
#include <stdio.h>
|
||||||
|
|
||||||
char simulate_caps_lock(char c) {
|
char simulate_caps_lock(char c) {
|
||||||
if ('a' <= c && c <= 'z') {
|
if ('a' <= c && c <= 'z') {
|
||||||
|
Loading…
Reference in New Issue
Block a user