Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
trkall
/
iag0582
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
eb621af9
authored
Feb 15, 2017
by
trkall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kodut66 paranus
parent
12d806ae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
praktikum 2.2/esimeneKT.c
praktikum 2.2/esimeneKT.exe
praktikum 2.2/esimeneKT.o
praktikum 2.2/esimeneKT.c
View file @
eb621af9
...
...
@@ -3,6 +3,8 @@
#include <string.h>
#include "functions.c"
int
MAX
=
15
;
int
main
(
void
)
{
FILE
*
F1
;
...
...
@@ -19,7 +21,7 @@ int main(void)
Ryhm
*
n
=
malloc
(
100000
);
F1
=
fopen
(
"F1.txt"
,
"r"
);
while
(
!
feof
(
F1
))
while
(
!
feof
(
F1
)
||
i
<=
MAX
)
{
n
=
(
Ryhm
*
)
realloc
(
n
,
350
);
...
...
praktikum 2.2/esimeneKT.exe
View file @
eb621af9
No preview for this file type
praktikum 2.2/esimeneKT.o
View file @
eb621af9
No preview for this file type
Write
Preview
Markdown
is supported
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