Added Util::stringToLower
This commit is contained in:
		
							parent
							
								
									3e9b7b3615
								
							
						
					
					
						commit
						ece9d2b980
					
				
					 2 changed files with 10 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -9,6 +9,8 @@ namespace Util{
 | 
			
		|||
  bool createPath(const std::string &path);
 | 
			
		||||
  bool stringScan(const std::string &src, const std::string &pattern,
 | 
			
		||||
                  std::deque<std::string> &result);
 | 
			
		||||
  void stringToLower(std::string &val);
 | 
			
		||||
 | 
			
		||||
  uint64_t ftell(FILE *stream);
 | 
			
		||||
  uint64_t fseek(FILE *stream, uint64_t offset, int whence);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue