Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electronicarts/EAStdC
EAStdC is a package which implements basic library facilities that are similar to those in the standard C library.
https://github.com/electronicarts/EAStdC
Last synced: about 1 month ago
JSON representation
EAStdC is a package which implements basic library facilities that are similar to those in the standard C library.
- Host: GitHub
- URL: https://github.com/electronicarts/EAStdC
- Owner: electronicarts
- License: other
- Created: 2019-01-22T22:59:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T06:01:27.000Z (3 months ago)
- Last Synced: 2024-09-09T07:25:33.627Z (3 months ago)
- Language: C++
- Homepage:
- Size: 621 KB
- Stars: 485
- Watchers: 22
- Forks: 93
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - EAStdC
README
# EAStdC
[![Build Status](https://travis-ci.org/electronicarts/EAStdC.svg?branch=master)](https://travis-ci.org/electronicarts/EAStdC)
EAStdC is a package which implements a number of basic library facilities that are similar to those in the standard C library.
## Documentation
Please see [Introduction](doc/EAStdC.html).
## Compiling sources
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on compiling and testing the source.
## Credits
Roberto Parolin is the current EAStdC owner within EA and is responsible for the open source repository.
## License
Modified BSD License (3-Clause BSD license) see the file LICENSE in the project root.