scc
simple c99 compiler
git clone
git://git.simple-cc.org/scc
Log
|
Files
|
Refs
|
Submodules
|
README
|
LICENSE
peep.c (63B)
1
#include <scc/scc.h>
2
#include "cc2.h"
3
4
void
5
peephole(void)
6
{
7
}