added extern c to most files

This commit is contained in:
herbglitch 2023-01-30 23:22:34 -07:00
parent b024e8d5c1
commit 5badf331fd
7 changed files with 40 additions and 6 deletions

View file

@ -43,7 +43,6 @@ uint8_t ARC_CSV_Read(ARC_Config *config, ARC_String *string, void **value){
uint32_t index = 0;
for(uint32_t y = 0; y < height; y++){
uint32_t width = 0;
uint32_t data = 0;
uint32_t x = 0;
for(uint32_t i = index; i < fileData->length; i++){