index
:
badthing
trunk
the best scheme that i have, and that's bad enough for me
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
state.c
blob: bc0861b1fb138f8b8df350d8ad8be8b906b64d84 (
plain
)
1
2
3
4
5
#include
"state.h"
State
state_new
() {
return
(
State
){
0
};
}