mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-18 13:59:01 -05:00
bc8621d999
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;
|
|
}
|