mirror of
https://github.com/zeldaret/tp
synced 2026-06-05 19:28:18 -04:00
e1114ebcf9
* clean up MSL_C files according to prime decomp * remove asm
15 lines
220 B
C
15 lines
220 B
C
#ifndef MSL_COMMON_SRC_SCANF_H
|
|
#define MSL_COMMON_SRC_SCANF_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int __StringRead(char* str, int ch, int behavior);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* MSL_COMMON_SRC_SCANF_H */
|