
----- SBC -----

	SBC (Slightly Better C) is a preprocessor for the C programming language.
	
	https://sundee.neocities.org/slightlybetterc

--- Usage ---

	sbc.exe  "C:/path/to/input_file.c"  "C:/path/to/sbc_output_file.c"
	gcc.exe  "C:/path/to/sbc_output_file.c" -o "C:/path/to/cool_program.exe"
	
	You can use any C compiler to compile the output file.
	
	build.bat is used to build SBC itself. It is optimized for my personal usage though.

--- Known issues ---

	- Paths to SBC must be full file paths in quotes, relative paths and unquoted paths do not
		currently work.
	- #imports and #sections cannot be disabled by #ifs.
