You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ffdb/fs_list.h

7 lines
138 B
C

#pragma once
int fs_list_get( const char* path );
int fs_list_inc( const char* path );
void fs_list_set( const char* path, int value );