fixed uppercase letters
This commit is contained in:
parent
67765a90fb
commit
3f0aa244e3
@ -1,4 +1,4 @@
|
||||
#include "../../../System Abstraction/cdb_Sustem.h"
|
||||
#include "../../../System Abstraction/cdb_sustem.h"
|
||||
#include "stdio.h"
|
||||
|
||||
void main(){
|
||||
|
@ -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);
|
||||
|
1
tests/System Abstraction/2/testfile.txt
Normal file
1
tests/System Abstraction/2/testfile.txt
Normal file
@ -0,0 +1 @@
|
||||
Obc
|
0
tests/System Abstraction/2/testfile2.txt
Normal file
0
tests/System Abstraction/2/testfile2.txt
Normal 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);
|
||||
|
1
tests/System Abstraction/3/testfile2.txt
Normal file
1
tests/System Abstraction/3/testfile2.txt
Normal file
@ -0,0 +1 @@
|
||||
Obc
|
Loading…
Reference in New Issue
Block a user