mirror of
https://github.com/zoriya/Twac.git
synced 2026-06-06 03:45:51 +00:00
Using xml
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
int count_valid_queens_placements(int n);
|
||||
|
||||
char *my_strchr(const char *str, char c);
|
||||
|
||||
int my_compute_power_it(int n, int p);
|
||||
|
||||
int my_compute_power_rec(int n, int p);
|
||||
|
||||
Reference in New Issue
Block a user