├── .gitattributes └── code.c /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /code.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huoji120/battleye/13f0937070ef32ea2317c2625855a18e0d161b8c/code.c --------------------------------------------------------------------------------