Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1091 → Rev 1090

/demos/trunk/bca/initfile.c
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: initfile.c,v 1.2 2002-10-01 10:33:51 pj Exp $ */
/* CVS : $Id: initfile.c,v 1.1 2002-10-01 10:25:01 pj Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
69,7 → 69,7
// *** Librerie Standard C ***
// *** Librerie FAB ***
// *** Librerie BCA ***
#include"bca.h"
#include"BCA.h"
 
/*+ system tick in us +*/
#define TICK 1000
/demos/trunk/bca/bca_lib.c
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: bca_lib.c,v 1.2 2002-10-01 10:33:51 pj Exp $ */
/* CVS : $Id: bca_lib.c,v 1.1 2002-10-01 10:25:00 pj Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
57,9 → 57,9
#include<drivers/gd.h>
// *** Librerie Standard C ***
// *** Librerie FAB ***
#include"fab_lib/fab_msg.h"
#include"FAB_LIB/FAB_msg.h"
// *** Librerie BCA ***
#include"bca.h"
#include"BCA.h"
 
extern char * titolo[10]={" UNIVERSITA' DEGLI \0",
" STUDI DI \0",
/demos/trunk/bca/fab_lib.c
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: fab_lib.c,v 1.2 2002-10-01 10:33:51 pj Exp $ */
/* CVS : $Id: fab_lib.c,v 1.1 2002-10-01 10:25:00 pj Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
61,9 → 61,9
#include<ll/i386/x-dos.h>
// *** Librerie Standard C ***
// *** Librerie FAB ***
#include"fab_lib/fab_msg.h"
#include"fab_lib/fab_tool.h"
#include"fab_lib/fab_grx.h"
#include"FAB_LIB/FAB_msg.h"
#include"FAB_LIB/FAB_tool.h"
#include"FAB_LIB/FAB_grx.h"
 
// *** Corpo delle funzioni in FAB_msg.h *** //
 
/demos/trunk/bca/bca.c
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: bca.c,v 1.2 2002-10-01 10:33:51 pj Exp $ */
/* CVS : $Id: bca.c,v 1.1 2002-10-01 10:25:00 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];
/demos/trunk/bca/bca.h
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: bca.h,v 1.2 2002-10-01 10:33:51 pj Exp $ */
/* CVS : $Id: bca.h,v 1.1 2002-10-01 10:25:00 pj Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
66,8 → 66,8
// *** Librerie S.Ha.R.K ***
// *** Librerie Standard C ***
// *** Librerie FAB ***
#include"fab_lib/fab_grx.h"
#include"fab_lib/fab_tool.h"
#include"FAB_LIB/FAB_grx.h"
#include"FAB_LIB/FAB_tool.h"
// *** Librerie BCA ***
 
 
/demos/trunk/bca/makefile
3,7 → 3,8
#
 
ifndef BASE
BASE=../..
+/..
endif
include $(BASE)/config/config.mk
/demos/trunk/bca/fab_lib/fab_show.h
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: fab_show.h,v 1.2 2002-10-01 10:33:52 pj Exp $ */
/* CVS : $Id: fab_show.h,v 1.1 2002-10-01 10:25:02 pj Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
63,7 → 63,7
// *** Librerie Standard C ***
 
// *** Librerie FAB ***
#include "fab_msg.h"
#include "FAB_msg.h"
 
// -----------
// Definizioni
/demos/trunk/bca/fab_lib/fab_grx.h
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: fab_grx.h,v 1.2 2002-10-01 10:33:52 pj Exp $ */
/* CVS : $Id: fab_grx.h,v 1.1 2002-10-01 10:25:02 pj Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
81,7 → 81,7
#include<ll/sys/types.h>
// *** Librerie Standard C ***
// *** Librerie FAB ***
#include"fab_grx.sys"
#include"FAB_grx.sys"
 
//#define FAB_GRX_15
//#define FAB_GRX_16