fixed uppercase letters

This commit is contained in:
The Arrayser 2022-08-29 15:41:40 +02:00 committed by GitHub
parent 67765a90fb
commit 3f0aa244e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#include "../../../System Abstraction/cdb_Sustem.h"
#include "../../../System Abstraction/cdb_sustem.h"
#include "stdio.h"
void main(){

View File

@ -1,4 +1,4 @@
#include "../../../System Abstraction/cdb_Sustem.h"
#include "../../../System Abstraction/cdb_sustem.h"
#include "stdio.h"
void main(){
@ -13,7 +13,7 @@ void main(){
printf("memroy was null\n");
return;
}else{
//printf("%c%c%c%c", memroy[0], memroy[1], memroy[2], memroy[3]);
printf("%c%c%c%c", memroy[0], memroy[1], memroy[2], memroy[3]);
}
sus_fileResize(file, 2);

View File

@ -0,0 +1 @@
Obc

View File

View File

@ -1,4 +1,4 @@
#include "../../../System Abstraction/cdb_Sustem.h"
#include "../../../System Abstraction/cdb_sustem.h"
#include "stdio.h"
void main(){
@ -23,7 +23,7 @@ void main(){
memroy[2] = 'c';
memroy[3] = 'd';
memroy[4] = 'e';
//Sleep(10000);
Sleep(10000);
sus_fileFlush(file);
sus_fileClose(file);
file = sus_fileOpenInMem("testfile.txt", SUS_FILE_NOTHING);

View File

@ -0,0 +1 @@
Obc