
Yet another great code spellchecker: https://github.com/crate-ci/typos/ (Will be added later as a `pre-commit` hook)
7 lines
68 B
C
7 lines
68 B
C
#include "StaticLibExample.h"
|
|
|
|
int FortyFour(void)
|
|
{
|
|
return 44;
|
|
}
|