Signed-off-by: Israel PET <ibsa14@inf.ufpr.br>
#include "definitions.h" #include "ConexaoRawSocket.c" int main(){ int sockt = ConexaoRawSocket(DEVICE); while(true){ } return 0; }