Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Quinson
C-2nd-language
Commits
61181187
Commit
61181187
authored
May 21, 2018
by
Martin Quinson
Browse files
typo
parent
a10955ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
refcard/C/refcard-c.pdf
View file @
61181187
No preview for this file type
refcard/C/refcard-c.tex
View file @
61181187
...
...
@@ -239,7 +239,7 @@
\scriptsize
Licence: CC-BY-SA, by M. Quinson. Voir
\url
{
https://github.com/mquinson/C-2nd-language
}
~~~~~v20180
226
~~~~~v20180
521
}
\end{minipage}
...
...
@@ -267,7 +267,7 @@
while ((read = getline(
&
line,
&
lgr, fh) != -1)
{
/* ce que vous voulez */
}
free(li
g
ne);
free(line);
\end{Verbatim}
...
...
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