From: Rafael L. <lab...@ps...> - 2003-02-05 19:34:02
|
* Maurice LeBrun <mj...@ga...> [2003-02-05 12:25]: > If you are introducing variables into the global name space (i.e. > accessible via "extern"), at least give them a plplot-specific introducer > like "pl_" or even better "pldev_". Point taken. The functions exported by the the drivers have the "plD_" prefix. Would that be appropriate? Should I use something like: plD_DESCRIPTION_<dev> with the variable name in upper case to emphasize the fact that they are exported variables? -- Rafael |