Преименован фајл са readline функцијом

This commit is contained in:
Petar Kapriš 2019-01-07 00:31:52 +01:00 committed by Petar Kapriš
parent b27bf05e15
commit a9df959b6a
3 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "util.h"
#include "readline.h"
#include "lexer.h"
int main(int argc, char **argv)

View file

View file