Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.82 KB | None | 0 0
  1. int * (* func(int * arg[] ) ) ( )
  2. void a(void);
  3.  
  4. void b(void);
  5.  
  6. extern stringList *do_not_analyze(void);
  7.  
  8. void f(int test);
  9.  
  10.  
  11. void h(int test)
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. double f(int test1, int test2)
  19. double f(int test1, int test2);
  20.  
  21.  
  22. int * (* func(int * arg[] ) ) ( );
  23. int * (* func(int * arg[] ) ) ( )
  24.  
  25.  
  26. int func(int *, const float, char[])
  27.  
  28.  
  29.  
  30. extern inline   void lineBreak   (     void     );
  31.  
  32.  
  33. extern     inline void           debugPrintf(const int level,const char         *  const                    format,...)
  34.  
  35.  
  36. extern void debugPutc (const int level,const int c);
  37.  
  38.  
  39.  
  40. extern int i(fasfas);
  41. extern int i(fasfas);
  42. enum int i(fsa);
  43. enum int i();
  44. struct str s(fsafsa);
  45. struct str s();
  46.  
  47.  
  48.  
  49. extern int i(fas fas);
  50. extern int i(fasfas);
  51.  
  52. enum int i(fsa);
  53. enum int i();
  54. struct str s(fsafsa);
  55. struct str  s();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement