Kaynağa Gözat

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

tags/v0.9.6
Michael Brown 17 yıl önce
ebeveyn
işleme
19a0452205
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      src/include/stdlib.h

+ 1
- 0
src/include/stdlib.h Dosyayı Görüntüle

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…
İptal
Kaydet