Implement overhead allocation for different account types, add it to binaries
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
#ifndef coster_bridge_h
|
||||
#define coster_bridge_h
|
||||
|
||||
#import "libcoster_rs.h"
|
||||
#import "coster.h"
|
||||
|
||||
#endif /* coster_bridge_h */
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
char *move_money_from_text(const char *rules, const char *lines, bool use_numeric_accounts);
|
||||
|
||||
void move_money_from_text_free(char *s);
|
||||
Reference in New Issue
Block a user