소스 검색

[libc] Add function declaration for main() in stdlib.h

tags/v0.9.6
Michael Brown 17 년 전
부모
커밋
19a0452205
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/include/stdlib.h

+ 1
- 0
src/include/stdlib.h 파일 보기

68
  */
68
  */
69
 
69
 
70
 extern int system ( const char *command );
70
 extern int system ( const char *command );
71
+extern __cdecl int main ( void );
71
 
72
 
72
 #endif /* STDLIB_H */
73
 #endif /* STDLIB_H */

Loading…
취소
저장