repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
tools
/
genmodule
/
muisupport.h
blob
84121b9b18299238b79e7db8f0d02e2c5631cfeb
1
#include
"config.h"
2
#include
"functionhead.h"
3
4
#include <stdio.h>
5
6
void
writemccinit
(
FILE
*
out
,
int
inclass
,
struct
classinfo
*);
7
void
writemccquery
(
FILE
*
out
,
struct
config
*);