Advertisement
Guest User

generateurmdp.h

a guest
Jun 18th, 2013
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. #ifndef GENERATEURMDP_H_INCLUDED
  2. #define GENERATEURMDP_H_INCLUDED
  3.  
  4. #include <string>
  5. using namespace std;
  6.  
  7. string generateurmdp(int type, int nb);
  8.  
  9. #endif // GENERATEURMDP_H_INCLUDED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement