반응형
c3r7s2% norminette -R CheckForbiddenSourceHeader main04.c
Norme: ./main04.c
Error: 42 header not at top of the file
Error: global scope bad aligned
이런식으로 함수 탭을 맞추기
Error (line 1): preprocessor block must be followed by one empty line
#include 선언 뒤에는 한 줄 띄기
Error (line 4): Space before function name
int main(void)할 때
int ' ' main 사이에 스페이스가 아니라 탭이어야 한다.
Error (line 7): spaces at the end of line
어떻게 해결했지..
Error (line 7, col 11): bad character after ;
불필요한 character가 있다는 뜻
반응형
'명령어 등등' 카테고리의 다른 글
Makefile에 .obj 폴더 생성하기 (0) | 2021.06.23 |
---|---|
라인 회원가입 앱으로만 가능한듯 (0) | 2021.05.12 |
ㅋㅋㅋ말도 안돼.. errcertinvalid 문제 해결방법 ㅋㅋㅋ (0) | 2021.02.11 |
iterm2 세팅하기 / vim 색깔 입히기 (0) | 2020.11.23 |
노미네이터norminette 에러 설명 (0) | 2020.07.03 |
리눅스 /우분투 gcc 설치 오류 해결 sudo apt-get install gcc (4) | 2020.07.03 |
리눅스 맨 마지막 개행 문자 지우기 (0) | 2020.07.02 |
리눅스 awk 명령어 (0) | 2020.07.02 |