Commit 4346e067 by Aaron Leung

Don't need string.h

parent 42a873b6
#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdio.h>
#include "prefix_primitives.h"
char *prefix_is_char(char *src, char pre) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment