Skip to content

Brainfuck Compiler v1.0.1

Latest
Compare
Choose a tag to compare
@govindparmar govindparmar released this 08 Apr 13:33
· 1 commit to master since this release

Minor bug fix: added #include <string.h> which is, according to the C standard (§ 7.24.6.1) the library that includes memset. Prior to this, memset was available in either <stdio.h> or <stdlib.h> due to an implementation detail of my own compiler.