31 32 33 34 35 36 37 38 39 40 41 42 43 | /* headers da linguagem C */
#include <stdio.h>
#include <stdlib.h>
/* headers do GRAFO */
/* Informacoes da estrutura de plugins */
#include "../pgin.h"
/* Informacoes da estrutura do GRAFO */
#include "../graph.h"
/* Informacoes da estrutura do Passo a Passo */
#include "../step.h"
|