Compare commits
1 Commits
master
...
80fdc07b68
| Author | SHA1 | Date | |
|---|---|---|---|
| 80fdc07b68 |
@ -2,5 +2,5 @@
|
||||
#define _acl_file_h
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
char* acl_ReadTextFile(FILE *file, bool *sucess);
|
||||
char* acl_ReadTextFile(const FILE *file, bool *sucess);
|
||||
#endif
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
char* acl_ReadTextFile(FILE *file, bool *sucess){
|
||||
char* acl_ReadTextFile(const FILE *file, bool *sucess){
|
||||
size_t lSize;
|
||||
char *buffer;
|
||||
if(!file) {
|
||||
|
||||
Reference in New Issue
Block a user