void __open_too_many_args(void); void __open_missing_mode(void); int open () { __open_too_many_args (); return 0; }