macros icon indicating copy to clipboard operation
macros copied to clipboard

Added function shorthands and defer

Open DadiBit opened this issue 3 years ago • 0 comments

Defer is quite useful for blocks that need scoping and init and clean-up statements, eg: fopen, close & co.

Using the -pedantic and the --std=c89 flags could cause some issues when compiling.

DadiBit avatar Jun 14 '22 08:06 DadiBit