aeds2/fonte/u00 Nivelamento/c/makefile/helloworld.h

7 lines
74 B
C

#ifndef _H_TESTE
#define _H_TESTE
void helloWorld(void);
#endif