index
:
Projet-C
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
interface.h
blob: 787cb2fdf92ec94804c1d9bbde4c74309f49e3a2 (
plain
)
1
2
3
4
5
6
7
#ifndef __INTERFACE_H__ #define __INTERFACE_H__ void ifloop(void); int quit; #endif