You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment dirent.h file contains executable code in static functions. This allows programs using dirent.h to work without linking any additional libraries. However, this also means that every source file using dirent.h gets its own copy of the static functions which can slow down compilation and increase object files.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment
dirent.h
file contains executable code in static functions. This allows programs usingdirent.h
to work without linking any additional libraries. However, this also means that every source file usingdirent.h
gets its own copy of the static functions which can slow down compilation and increase object files.Relates to issue #61
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions