Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cours
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
programmation_sequentielle
cours
Merge requests
!7
The source project of this merge request has been removed.
Yassin.elhakoun master patch 37193
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Yassin.elhakoun master patch 37193
yassin.elhakoun/cours-prog:yassin.elhakoun-master-patch-37193
into
master
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
yassin.elhakoun
requested to merge
yassin.elhakoun/cours-prog:yassin.elhakoun-master-patch-37193
into
master
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
il manquait ";" après un autre do-while
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3e969501
2 commits,
1 year ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
slides/structs.md
+
1
−
1
Options
@@ -59,7 +59,7 @@ struct fraction frac; // déclaration de frac
-
`typedef`
{.C} permet de définir un nouveau type.
```C
typedef unsi
n
ged int uint;
typedef unsig
n
ed int uint;
typedef struct fraction fraction_t;
typedef struct fraction {
int32_t num, denom;
Loading