Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef LIBTEMP_H
- #define LIBTEMP_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- /** Esempio di costante */
- #define LIBTEMP_CONSTANT -1
- /** Esempio di variabile globale esterna*/
- extern int _libdef_var;
- /** Esempio di dichiarazione di funzione*/
- int libdef_funz(int x);
- #ifdef __cplusplus
- }
- #endif
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement