personality.h 87 B

123456
  1. #ifndef _PERSONALITY_H
  2. #define _PERSONALITY_H
  3. int personality(unsigned long);
  4. #endif