1
1
Fork
You've already forked libstdoc
0
Library for The C & C++ Programming Language
  • C++ 36.7%
  • C 35.9%
  • Assembly 17.7%
  • M4 9.7%
Find a file
Uoc Azizah 0ec4ef1dd4
All checks were successful
ci/woodpecker/pr/testing/1 Pipeline was successful
ci/woodpecker/pr/testing/2 Pipeline was successful
updating workflow support test C++ file
Signed-off-by: Uoc Azizah <uoctamika.codeberg.org@gmail.com>
2026年06月28日 09:49:58 +00:00
.woodpecker updating workflow support test C++ file 2026年06月28日 09:49:58 +00:00
assembly updating copyright notices 2026年06月24日 22:10:18 +00:00
c/io Remove and update include file 2026年06月28日 08:44:13 +00:00
cxx/io Remove and update include file 2026年06月28日 08:44:13 +00:00
include add macro for C++ 2026年06月28日 09:47:40 +00:00
test copy C test file for C++ 2026年06月28日 09:48:07 +00:00
.gitignore update git ignore file 2026年06月21日 09:00:44 +00:00
AUTHORS creating AUTHORS file 2026年06月23日 03:19:52 +00:00
ChangeLog creating ChangeLog file 2026年06月23日 03:19:34 +00:00
configure.ac support CXX compile 2026年06月27日 23:48:50 +00:00
COPYING updating copyright notices 2026年06月24日 22:10:18 +00:00
GNUmakefile.am updating support new installation path 2026年06月28日 09:42:53 +00:00
LICENSE updating copyright notices 2026年06月24日 22:10:18 +00:00
NEWS creating NEWS file 2026年06月23日 03:19:09 +00:00
README updating copyright notices 2026年06月24日 22:10:18 +00:00

libstdoc
-----------
libstdoc is library for C Programming language.
libstdoc aims to be fast, customizable, safe.
while maintaining performance and control close to
traditional GNU Library C (glibc).
Project Status
-----------------
libstdoc is currently in the beta stage.
The library is under active development and is not yet considered stable.
standard library, library internals, and project structure may change
frequently until the first public release of v1.0.0 (now it v1.0.1-beta).
Repository Structure
-----------------------
assembly/ Source Code of Assembly
io/ Source Code of Input Output
dependencies/ External dependencies
docs/ Documentation
etc/ Project configuration files
include/ Global include file
test/ Test with pure C
build/ manual build directory
COPYING
----------------------
libstdoc is distributed under the terms of the GNU General Public
License version 2 or any later version.
See the file COPYING for details.
Contributing
---------------
Contributions, bug reports, and suggestions are welcome.
As the library is still in early development, breaking changes may occur
without notice.