Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jens Gustedt
P99 - macros and functions for C99
Commits
44574b4d
Commit
44574b4d
authored
Jun 23, 2020
by
Jens Gustedt
Browse files
update the documentation
parent
5dd9bb77
Pipeline
#153157
passed with stage
in 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
44574b4d
...
@@ -5,8 +5,9 @@ pages:
...
@@ -5,8 +5,9 @@ pages:
script
:
script
:
-
mkdir .public
-
mkdir .public
-
cp -r gforge-p99/* .public
-
cp -r gforge-p99/* .public
-
cp -r gforge-p99/.htaccess .public
-
cp -r p99-html .public
-
cp -r p99-html .public
-
mv .public/
R
EAD
M
E.html .public/index.html
-
mv .public/
H
EADE
R
.html .public/index.html
-
mv .public public
-
mv .public public
artifacts
:
artifacts
:
paths
:
paths
:
...
...
gforge-p99/HEADER.html
View file @
44574b4d
...
@@ -53,14 +53,15 @@
...
@@ -53,14 +53,15 @@
<h1>
P99 - Preprocessor macros and functions for C99
</h1>
<h1>
P99 - Preprocessor macros and functions for C99
</h1>
<p>
P99 is a suite of macro and function definitions that ease the
<p>
P99 is a suite of macro and function definitions that ease the
programming in modern C
, aka C99
. By using new tools from C99 we
programming in modern C. By using new tools from C99
or later
we
implement default arguments for functions, scope bound resource
implement default arguments for functions, scope bound resource
management, transparent allocation and initialization, ...
</p>
management, transparent allocation and initialization, ...
</p>
<p>
<p>
By using special features of some compilers and operating
By using special features of some compilers and operating
systems, we also are able to provide an emulation of a large
systems, we also are able to provide an emulation of a large
part of the new C standard, C11.
part of the C11 standard for compilers that still might not
have them.
</p>
</p>
<p>
P99 heavily depends on a decent support for C99 of
<p>
P99 heavily depends on a decent support for C99 of
...
@@ -71,7 +72,5 @@
...
@@ -71,7 +72,5 @@
</p>
</p>
<p>
If you are new to P99 you might want to have a look at the
<p>
If you are new to P99 you might want to have a look at the
first chapters of the
<a
href=
"p99-refman.pdf"
>
Reference
<a
href=
"p99-html/"
>
online documentation.
</a>
Manual
</a>
or read the
<a
href=
"p99-html/"
>
online
documentation.
</a>
</p>
</p>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment