include <foo> -> include "foo"
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <stralloc.h>
|
||||
#include "stralloc.h"
|
||||
|
||||
int stralloc_chomp(stralloc* sa) {
|
||||
size_t max=sa->len;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <stralloc.h>
|
||||
#include "stralloc.h"
|
||||
|
||||
int stralloc_chop(stralloc* sa) {
|
||||
if (sa->len==0) return -1;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <stralloc.h>
|
||||
#include "stralloc.h"
|
||||
|
||||
void stralloc_zero(stralloc* sa) {
|
||||
sa->len=0;
|
||||
|
||||
Reference in New Issue
Block a user