mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-25 04:31:25 +00:00
11 lines
196 B
C
11 lines
196 B
C
|
#include <limits.h>
|
||
|
#include "gmqcc.h"
|
||
|
|
||
|
/*
|
||
|
* Returns the next token back to the caller
|
||
|
* which is what we parse for the preprocessor here.
|
||
|
*/
|
||
|
int cpp(struct lex_file *file) {
|
||
|
/* TODO ... */
|
||
|
}
|