How can I view C11 header files content of gcc compiler in CodeLite on Linux? if not possible, How/Where can I view them?
Please ignore this location en.cppreference.com/w/c/header since it's just documentary with no actual header file content
All the system header files, including the standard C header files, are under /usr/include
. You can open any of them with any editor, including the CodeLite editor.