Started integrating 2nd preparation excercise
This commit is contained in:
		
							parent
							
								
									457e322c02
								
							
						
					
					
						commit
						5035dcbd61
					
				
					 1 changed files with 14 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -309,3 +309,17 @@ int main() {
 | 
			
		|||
    return 0;
 | 
			
		||||
}
 | 
			
		||||
#+END_SRC
 | 
			
		||||
 | 
			
		||||
*** 2. Vorbereitungsaufgabe
 | 
			
		||||
#+BEGIN_SRC C
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <stdbool.h>
 | 
			
		||||
#include <ctype.h>
 | 
			
		||||
 | 
			
		||||
#define ERRORRETURN 10787253
 | 
			
		||||
#define ARRSIZE 4096
 | 
			
		||||
#define EXITVAL 15326
 | 
			
		||||
 | 
			
		||||
#+END_SRC
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue