Skip to content

Commit

Permalink
didnt get pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
TobinCavanaugh committed May 28, 2024
1 parent d2792f2 commit 6867c50
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fstr_convert.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// Created by tobin on 3/18/2024.
//

#ifndef FSTR_FSTR_H

#include "fstr.h"

#endif //FSTR_FSTR_H

#ifndef FSTR_FSTR_PARSE_H
#define FSTR_FSTR_PARSE_H

fstr_result fstr_to_i64(const fstr* str);
fstr_result fstr_to_double(fstr* str);
fstr_result fstr_u64_from_bin(fstr* str);

#endif //FSTR_FSTR_PARSE_H

0 comments on commit 6867c50

Please sign in to comment.