Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
15 lines (13 loc) · 616 Bytes

File metadata and controls

15 lines (13 loc) · 616 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef HEADER_TASK6_ES_H
#define HEADER_TASK6_ES_H
int str_n_len_es(const char *string);
char *str_n_str_es(const char *string, const char *sub_string);
int str_cmp_es(const char *string1, const char *string2);
char* str_n_chr_es(const char* string, int character);
char **get_sub_strings(int *count, char *text_line, const char STRING_START[], char **links);
unsigned int count_sub_strings(const char *text_line, const char STRING_START[]);
const char *next_quote(const char *text_line);
char *read_stdin(FILE *stream);
char *read_formatted_input(FILE *stream);
char *response_message(long response_code);
#endif
Morty Proxy This is a proxified and sanitized view of the page, visit original site.