Guest User

Untitled

a guest
Jun 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #include <libyahoo2/yahoo2.h>
  2. #include <libyahoo2/yahoo2_callbacks.h>
  3.  
  4.  
  5. int main() {
  6. int id ;
  7. char username[255] = "slam";
  8. char password[255] = "ss" ;
  9. id = yahoo_init(username, password);
  10. enum yahoo_status mYahoo ;
  11. mYahoo = YAHOO_STATUS_AVAILABLE ;
  12. yahoo_login(id , mYahoo );
  13.  
  14.  
  15. return 0;
  16. }
Add Comment
Please, Sign In to add comment