Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1090 → Rev 1091

/demos/trunk/bca/bca.c
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: bca.c,v 1.1 2002-10-01 10:25:00 pj Exp $ */
/* CVS : $Id: bca.c,v 1.2 2002-10-01 10:33:51 pj Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
77,12 → 77,12
// *** Librerie Standard C ***
#include <stdlib.h>
// *** Librerie FAB ***
#include "FAB_LIB/FAB_msg.h"
#include "FAB_LIB/FAB_show.h"
#include "FAB_LIB/FAB_tool.h"
#include "FAB_LIB/FAB_grx.h"
#include "fab_lib/fab_msg.h"
#include "fab_lib/fab_show.h"
#include "fab_lib/fab_tool.h"
#include "fab_lib/fab_grx.h"
// *** Librerie BCA ***
#include "BCA.h"
#include "bca.h"
 
 
char * titolo[10];