abh - HTMLify profile

abh
509 Files
102923 Views
Latest files of /abh/learning/c/BPPL/Phase-2/command_parser
#include "tokens.h"
char **command_splitter(const char *command);
Token *tokenize(const char *command, int *count);
char *execute_command(const char *command);
char **command_splitter(const char *command);
Token *tokenize(const char *command, int *count);
char *execute_command(const char *command);
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#ifndef VARIABLE_H
#define VARIABLE_H
// Variable
#include <stdlib.h>
#include <stdbool.h>
#ifndef VARIABLE_H
#define VARIABLE_H
// Variable
#include "tokens.h"
#include "parser.h"
#include <stdio.h>
#include <string.h>
int main() {
// test
#include "parser.h"
#include <stdio.h>
#include <string.h>
int main() {
// test
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include "tokens.h"
Variable *Variables = NULL;
int Variables_count = 0;
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include "tokens.h"
Variable *Variables = NULL;
int Variables_count = 0;