Programmation Avancée en C


ex_f.h

00001 /* f.h */
00002 #ifndef __F_H
00003 #define __F_H
00004 void f();
00005 #endif // __F_H