aeds2/U0 - Nivelamento/c/makefile/helloworld.h

7 lines
68 B
C

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