I'm learning the programming language C and using the Betty coding style of writing C github.com/holbertonschool/betty),
I have have been getting this syntax warning.
#include <stdio.h>
int main(void)
{
int a;
printf("\n Enter: ");
scanf("%d", &a);
return (0);
}
total: 0 errors, 1 warnings, 8 lines checked
c:2: warning: no description found for function main