Tagged Questions
2
votes
4answers
3k views
Do all C compilers allow functions to return structures?
I am working on a program in C and using the SDCC compiler for a 8051 architecture device.
I am trying to write a function called GetName that will read 8 characters from Flash Memory and return the ...