This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request
#1009
from martin-frbg/getarch-newline-fix
Getarch newline fix
tags/v0.2.20^2
Zhang Xianyi
GitHub
9 years ago
parent
e54b6ddaa0
aaba3e483f
commit
10a62cb595
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
getarch.c
+ 1
- 0
getarch.c
View File
@@ -1098,6 +1098,7 @@ int main(int argc, char *argv[]){
p ++;
}
} else {
if (*p != '\n')
printf("%c", *p);
p ++;
}
Write
Preview
Loading…
Cancel
Save