A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
misc
remove_cr.c
Go to the documentation of this file.
1
#include <stdio.h>
2
3
int
main
(
int
argc
,
char
* argv[]) {
4
int
tmp
;
5
while
((
tmp
= getchar()) != EOF) {
6
if
(
tmp
!=
'\r'
) {
7
putchar(
tmp
);
8
}
9
}
10
return
0;
11
}
12
tmp
data_t tmp
Definition:
decode_rs.h:74
oci_hdr_strip.argc
argc
Definition:
oci_hdr_strip.py:7
main
int main(int argc, char *argv[])
Definition:
remove_cr.c:3