Newer
Older
Import / research / mini-shell / utils.h
@John John on 29 Dec 2020 284 bytes bulk import from macbookpro checkouts
//
//  utils.h
//  DescriptionHere
//
//  Created by John Ryland (jryland@xiaofrog.com) on 19/11/2017.
//  Copyright 2017 InvertedLogic. All rights reserved.
//
#pragma once

#include <vector>
#include <string>


std::vector<std::string> strSplit(const char* line, char seperator);