search for: slash_ending_nam

Displaying 1 result from an estimated 1 matches for "slash_ending_nam".

Did you mean: slash_ending_name
2015 Jul 11
2
C coding tips please / Localisation
...llows. Are "extern" variables always declared before other variables? What is the purpose of "#define"? I can understand what is happening with the following line ... #define _(String) gettext (String) ... but what about the following lines ... #define NORMAL_NAME 0 #define SLASH_ENDING_NAME 1 #define DOTDIR_NAME 2 ... where it seems to be used to declare a variable? Thanks & hasta pronto, Michael.