#include <stdio.h>
#include <stdbool.h>
int GetAnswerFromParallax();
int main(int argc, char *argv[noparse][[/noparse]])
{
int IsSxCCompilerReady = GetAnswerFromParallax();
if (!IsSxCCompilerReady){
printf("We know Parallax is understaffed, and everybody is working on the Hydra!!!\n");
}
else{
printf("Hooray!!!\n");
}
return (0);
}
int GetAnswerFromParallax(){
bool answer = ?????;
return (answer);
}
Comments
bool answer = false;
Then it will compile.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Coders' Hangout
A place for programmers to hangout!
http://www.codershangout.com
METROID?
Metroid Classic