mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
The lines start with "," make no effects(as comments)
e.g.
$ cat exports.txt | grep atan2
atan2Override,atan2
$ /PATH/TO/APPS/tools/mksymtab.sh FOO BAR exports.txt | grep atan2
extern void *atan2Override;
{"atan2", &atan2Override},
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| Wasm | ||
| bitmap_converter.py | ||
| check-hash.sh | ||
| CMakeLists.txt | ||
| host_sysinfo.py | ||
| Kconfig | ||
| mkimport.sh | ||
| mkkconfig.bat | ||
| mkkconfig.sh | ||
| mkromfsimg.sh | ||
| mksymtab.sh | ||
| pre-commit | ||
| WASI-SDK.defs | ||
| Wasm.mk | ||