mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix something
This commit is contained in:
parent
1ec0b1893e
commit
ae2ce90473
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
!.gitkeep
|
!.gitkeep
|
||||||
.vscode
|
.vscode
|
||||||
|
rr
|
||||||
|
rr.env
|
||||||
rr*.img
|
rr*.img
|
||||||
rr*.vmdk
|
rr*.vmdk
|
||||||
*.zip
|
*.zip
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
CFLAGS = -Wall -pedantic
|
CFLAGS = -Wall -pedantic
|
||||||
|
|
||||||
all: fbsize
|
all: fbsize
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2022 Ing <https://github.com/wjz304>
|
* Copyright (C) 2022 Ing <https://github.com/wjz304>
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the MIT License.
|
* This is free software, licensed under the MIT License.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user