![]()  | 
								
									 
										tgrekov-push_swap
									 
									
										HIVE push_swap July 2024
									 
								 | 
							
Definition in file identify_sequence.c.
Go to the source code of this file.
Functions | |
| static void | init_sequence (t_sequence *sequence) | 
| Sets initial values for a s_sequence that are not always set elsewhere.   | |
| void | identify_sequence (va_list args, t_sequence *seq) | 
Initialize a s_sequence and determine which specifier it needs to handle, and runs the preprocessing function for that specifier. Sets s_sequence::specifier to 0 on failure.   | |
| void identify_sequence | ( | va_list | args, | 
| t_sequence * | seq | ||
| ) | 
Initialize a s_sequence and determine which specifier it needs to handle, and runs the preprocessing function for that specifier. Sets s_sequence::specifier to 0 on failure. 
| [in,out] | args | |
| [in,out] | seq | 
Definition at line 44 of file identify_sequence.c.
      
  | 
  static | 
Sets initial values for a s_sequence that are not always set elsewhere.
| [in,out] | sequence | 
Definition at line 29 of file identify_sequence.c.
References s_sequence::pad_len, s_sequence::sign, and s_sequence::total_len.