prog.c:1:2: error: invalid preprocessing directive #inclued
prog.c:2:2: error: invalid preprocessing directive #inclued
prog.c:3:2: error: invalid preprocessing directive #inclued
prog.c: In function ‘main’:
prog.c:17: warning: implicit declaration of function ‘Compare’
prog.c: In function ‘Secret’:
prog.c:24: warning: implicit declaration of function ‘srand’
prog.c:24: warning: implicit declaration of function ‘time’
prog.c:24: error: ‘NULL’ undeclared (first use in this function)
prog.c:24: error: (Each undeclared identifier is reported only once
prog.c:24: error: for each function it appears in.)
prog.c:27: warning: implicit declaration of function ‘rand’
prog.c:28: error: expected ‘;’ before ‘}’ token
prog.c:32: error: expected ‘;’ before ‘}’ token
prog.c:36: error: expected ‘;’ before ‘}’ token
prog.c:36: error: expected ‘;’ before ‘||’ token
prog.c:40: error: expected ‘;’ before ‘}’ token
prog.c:40: error: expected ‘;’ before ‘||’ token
prog.c:42: warning: implicit declaration of function ‘printf’
prog.c:42: warning: incompatible implicit declaration of built-in function ‘printf’
prog.c:44: warning: conversion lacks type at end of format
prog.c:44: warning: too many arguments for format
prog.c: In function ‘Guess’:
prog.c:49: warning: incompatible implicit declaration of built-in function ‘printf’
prog.c:50: warning: implicit declaration of function ‘scanf’
prog.c:50: warning: incompatible implicit declaration of built-in function ‘scanf’
prog.c:54: error: expected expression before ‘;’ token
prog.c: At top level:
prog.c:57: warning: conflicting types for ‘Compare’
prog.c:17: warning: previous implicit declaration of ‘Compare’ was here
prog.c: In function ‘Compare’:
prog.c:59: error: expected ‘;’ before ‘b_Count’