瀏覽代碼

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

tags/v0.9.6
Michael Brown 16 年之前
父節點
當前提交
19a0452205
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/include/stdlib.h

+ 1
- 0
src/include/stdlib.h 查看文件

@@ -68,5 +68,6 @@ static inline void srand ( unsigned int seed ) {
68 68
  */
69 69
 
70 70
 extern int system ( const char *command );
71
+extern __cdecl int main ( void );
71 72
 
72 73
 #endif /* STDLIB_H */

Loading…
取消
儲存