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.c
Mercier Pierre-Olivier fee4dd4e6d Initial snapshot
2013-02-11 22:04:30 +01:00

27 lines
450 B
C

/*
* ---------- header ----------------------------------------------------------
*
* project kaneton
*
* license kaneton
*
* file /home/mycure/kaneton.STABLE/sample/chiche/chiche.c
*
* created matthieu bucchianeri [sat jun 9 18:36:19 2007]
* updated julien quintard [sat dec 4 01:07:04 2010]
*/
#include "chiche.h"
/*
* main() function.
*/
int main(void)
{
while (1)
;
return (0);
}