diff options
| author | Cabergs Charles <cacharle@e-r6-p7.s19.be> | 2019-07-24 18:57:19 +0200 |
|---|---|---|
| committer | Cabergs Charles <cacharle@e-r6-p7.s19.be> | 2019-07-24 18:57:19 +0200 |
| commit | ad9867052d496f2c2a7f120a512208fb4dd4e787 (patch) | |
| tree | 319a76f0e87b041818156f2d1dfbbc6a7dfacf06 /exam02/subjects/1-0-ft_swap/subject.en.txt | |
| parent | 79e6c8152252bac1cd632e224ac496a1823da1a5 (diff) | |
| download | piscine-ad9867052d496f2c2a7f120a512208fb4dd4e787.tar.gz piscine-ad9867052d496f2c2a7f120a512208fb4dd4e787.tar.bz2 piscine-ad9867052d496f2c2a7f120a512208fb4dd4e787.zip | |
exam02
Diffstat (limited to 'exam02/subjects/1-0-ft_swap/subject.en.txt')
| -rw-r--r-- | exam02/subjects/1-0-ft_swap/subject.en.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/exam02/subjects/1-0-ft_swap/subject.en.txt b/exam02/subjects/1-0-ft_swap/subject.en.txt new file mode 100644 index 0000000..d8fdd7e --- /dev/null +++ b/exam02/subjects/1-0-ft_swap/subject.en.txt @@ -0,0 +1,11 @@ +Assignment name : ft_swap +Expected files : ft_swap.c +Allowed functions: +-------------------------------------------------------------------------------- + +Write a function that swaps the contents of two integers the adresses of which +are passed as parameters. + +Your function must be declared as follows: + +void ft_swap(int *a, int *b); |
