Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #ifndef DATEI_H_INCLUDED
  2. #define DATEI_H_INCLUDED
  3.  
  4. const int L = 9;
  5. void sortArray(int arrayInt[], int ln);
  6. int* sortArrayNew(int arrayInt[]);
  7.  
  8.  
  9. #endif // DATEI_H_INCLUDED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement