/* * Copyright (c) 1999-2000 Tony Givargis. Permission to copy is granted * provided that this header remains intact. This software is provided * with no warranties. * * Version : 2.8 */ /*---------------------------------------------------------------------------*/ #include /*---------------------------------------------------------------------------*/ void fib(unsigned char* buf, unsigned char n) { char i; buf[0] = 1; buf[1] = 1; for(i=2; i