shithub: riscv

ref: 9f77ec48bf63083912cbcb5ef50e5561ebb3c578
dir: /sys/src/ape/lib/l/main.c/

View raw version
#include	<libl.h>
#include	<stdlib.h>

int	yylex(void);

void
main(int argc, char *argv[])
{
	USED(argc);
	yylex();
	exit(0);
}