Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

a3

Language: Layout:
+ ] Compiler args + ] Show input
Compilation time: 0.12 sec, absolute service time: 0,21 sec 
edit mode |  history  | discussion
Error(s):
source_file.c: In function ‘findstring’:
source_file.c:38:2: error: too few arguments to function ‘strstr’
  strstr(tp);     //suchen der Teilzeichenkette
  ^
source_file.c:34:23: warning: unused parameter ‘zp’ [-Wunused-parameter]
 int findstring(char** zp, char* tp) { 
                       ^
source_file.c: In function ‘memdump’:
source_file.c:45:17: warning: unused parameter ‘size’ [-Wunused-parameter]
 int memdump(int size, unsigned char* sp) { 
                 ^
source_file.c:45:38: warning: unused parameter ‘sp’ [-Wunused-parameter]
 int memdump(int size, unsigned char* sp) { 
                                      ^