This repository has been archived on 2021-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
kaneton/sample/chiche/chiche.h
Mercier Pierre-Olivier fee4dd4e6d Initial snapshot
2013-02-11 22:04:30 +01:00

33 lines
522 B
C

/*
* licence kaneton licence
*
* project kaneton
*
* file /home/buckman/kaneton.bak/drivers/cons-simple/cons-simple.h
*
* created matthieu bucchianeri [thu may 31 21:28:04 2007]
* updated matthieu bucchianeri [sat jun 9 22:37:53 2007]
*/
#ifndef SAMPLE_CHICHE_CHICHE_H
#define SAMPLE_CHICHE_CHICHE_H 1
/*
* ---------- prototypes ------------------------------------------------------
*
* chiche.c
*/
/*
* chiche.c
*/
int main(void);
/*
* eop
*/
#endif